Cancel an Order
cancel an order
POST
https://wms.eshopbox.com/api/cancel-order
This endpoint will cancel an order.
Headers
Name
Type
Description
Authentication
string
Bearer token to access the API.
Request Body
Name
Type
Description
items
array
List of items to be cancelled (R)
cancellationTime
string
Time at which the order is cancelled. eg: 2020-03-02 12:00:05
reason
string
reason for cancellation of order (R)
customerOrderNumber
string
Unique identifier against each sales channel (R)
externalChannelID
string
Sales channel name of the client (R)
Last updated