Outbound Order Cancellation
Sandbox
Sandbox
POST
/3pp/outbound/v1/cancel
Outbound
If the seller doesn't want OC to fulfill orders they placed previously, seller can cancel these orders through 3PP and 3PP needs to sync canceled orders to OC.
Request
Header Params
clientKey
string
required
vAuthorization
string
required
Access-Token
string
required
Then pass the value following the below format to Header.
Bearer+one space+access_token valueExample:
Thru the API get Access_token value, which is 'accesstokenvaluexxxxxxxx'.
Header Value is as below:
Bearer accesstokenvaluexxxxxxxx
Body Params application/json
Request samples
Responses
Modified at 2023-10-19 08:25:59