Cancel an successfully submitted order that has not yet been shipped. This will
result in a negative CR order in your Vinoshipper account. If the order has shipped
or been sent to fulfillment, it can not be canceled via the API and you must
contact customer service. If the order has not been accepted by Vinoshipper yet,
you do not need to cancel it, you can just update it via the Update Order API.
Cancelling an order that is already cancelled changes nothing and answers 204 with no
content, so no second credit is issued. Read the order with GET /orders/{orderNumber}
if you need its current state.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
204The order was already cancelled, so this request changed nothing. Read the order with GET /orders/{orderNumber} if you need its current state.
401Authentication failed
403Insufficient permission
404Not Found
