- Auth
- Apps Oauth
- Batch Jobs
- Currencies
- Customers
- Customer Groups
- Discounts
- Draft Orders
- Gift Cards
- Inventory Items
- Invites
- Notes
- Notifications
- Orders
- Create a Reservation
- Cancel Claim's Fulfillment
- Ship a Claim's Fulfillment
- Cancel Swap's Fulfilmment
- Get Order Reservations
- Add a Shipping Method
- Create a Refund
- Get an Order
- Update an Order
- Create a Fulfillment
- Cancel a Swap
- List Orders
- Create a Swap
- Complete an Order
- Create a Swap Fulfillment
- Cancel a Claim
- Process a Swap Payment
- Ship a Fulfillment
- Capture an Order's Payments
- Archive Order
- Update a Claim
- Request a Return
- Create a Claim Fulfillment
- Ship a Swap's Fulfillment
- Cancel a Fulfilmment
- Create a Claim
- Cancel an Order
- Order Edits
- Payments
- Payment Collections
- Product Collections
- Product Tags
- Product Types
- Product Variants
- Price Lists
- Products
- Product Categories
- Publishable Api Keys
- Reservations
- Regions
- Return Reasons
- Returns
- Sales Channels
- Shipping Options
- Shipping Profiles
- Stock Locations
- Store
- Swaps
- Uploads
- Tax Rates
- Users
Cancel an Order Edit
POST
/admin/order-edits/{id}/cancel
Order Edits
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.medusa-commerce.com/admin/order-edits//cancel'
Response Response Example
200 - Example 1
Request
Path Params
id
string
required
Responses
🟢200OK
application/json
Body
order_edit
object (Order Edit)
required
id
string
required
Example:
oe_01G8TJSYT9M6AVS5N4EMNFS1EK
order_id
string
required
Example:
order_01G2SG30J8C85S4A5CHM2S1NS2
order
object | null
optional
internal_note
string | null
required
Example:
Included two more items B to the order.
created_by
string
required
requested_by
string | null
required
requested_at
string <date-time> | null
required
confirmed_by
string | null
required
confirmed_at
string <date-time> | null
required
declined_by
string | null
required
declined_at
string <date-time> | null
required
declined_reason
string | null
required
canceled_by
string | null
required
canceled_at
string <date-time> | null
required
subtotal
integer
optional
Example:
8000
discount_total
integer
optional
Example:
800
shipping_total
integer
optional
Example:
800
gift_card_total
integer
optional
Example:
800
gift_card_tax_total
integer
optional
Example:
800
tax_total
integer
optional
Example:
0
total
integer
optional
Example:
8200
difference_due
integer
optional
Example:
8200
payment_collection_id
string | null
required
Example:
paycol_01G8TJSYT9M6AVS5N4EMNFS1EK
created_at
string <date-time>
required
updated_at
string <date-time>
required
status
enum<string>
required
Allowed values:
confirmeddeclinedrequestedcreatedcanceled
items
array[object (Line Item) {42}]
optional
changes
array[object (Order Item Change) {11}]
optional
payment_collection
object (Payment Collection)
optional
🟠400Client Error or Multiple Errors
🟠401User is not authorized. Must log in first
🟠404Not Found Error
🔴500Server Error
Modified at 2023-10-10 11:56:36