Update a draft order's details. This doesn't include updating the draft order's items, shipping methods, or promotions. To update those, you need to create an edit that you can later request or confirm.
Request
Authorization
or
or
or
Path Params
Query Params
Body Params application/json
Examples
Responses
🟢200OK
application/json
OK
Body
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🟠409409
🟠422Parameter Error
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl-X POST '{backend_url}/admin/draft-orders/{id}' \
-H'Authorization: Bearer {access_token}'