Request Order Cancellation
Request cancallation for a Order or OrderItem
Authorizations
Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL
Customer Center. Usage format: Bearer <JWT>.
Body
Seller-initiated request to cancel one or more line items of an existing marketplace order.
Cancellation request the seller submits to the marketplace for an order, scoped to a specific channel.
This is the unique Channel name.
^\w{5,15}$"MYBESTDEALCOMDE"
A unique identifier for the order cancellation request. This ID should by used by Seller to identify the cancellation response from the Channel.
"82992d3a-b153-4422-b539-f4d1f1b4aecb"
A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
^\w{1,50}$"4711"
1 - 150"43523-43432-43532"
1- BUYER_CANCELLED: the buyer cancelled the order.
- UNDELIVERABLE_TO_SHIPPING_ADDRESS: Could not deliver to the address given by the buyer.
- UNDELIVERABLE_BY_CARRIER: Carrier do not ship to the buyerss location.
- OUT_OF_STOCK: The item is out of stock, for example because you are temporarily or permenantly sold out.
- DELAYED_INVENTORY: The item is not in your inventory and there is a delay in delivery by the supplier.
- PRICING_ERROR: The price on the connected marketplace was incorrect.
- OTHER: Well, objvoiusly there is some reason missing in this list.
BUYER_CANCELLED, UNDELIVERABLE_TO_SHIPPING_ADDRESS, UNDELIVERABLE_BY_CARRIER, OUT_OF_STOCK, DELAYED_INVENTORY, PRICING_ERROR, OTHER 1024Response
Order Cancellation received.