v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Order

Accept Cancellation Request

Accept a cancellation Request for a Order or OrderItem

put/v1/channel/order/cancellation-accept

Request body

channelstring required

This is the unique Channel name.

sellerIdstring required

A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.

orderCancellationRequestIdstring uuid required

A unique identifier for the order cancellation request. This ID should by used by Seller to identify the cancellation response from the Channel.

Example request

{
  "channel": "MYBESTDEALCOMDE",
  "sellerId": "4711",
  "orderCancellationRequestId": "82992d3a-b153-4422-b539-f4d1f1b4aecb"
}

Response

Order Cancellation accepted