Order Cancellations
Cancel Order
POST
Order cancellation is in beta. Please report any errors to Violet.
Cancel a complete Order
. This action will attempt to cancel the external order in the merchants system for every Bag
in the Order
. The total amount paid for each Bag
will be refunded to the shopper upon successful cancellation.
All Bag
’s must be in a cancellable state. If any Bag
has a status of IN_PROGRESS
, REFUNDED
, or CANCELED
the request will be rejected.
Headers
Path Parameters
Body
application/json
Response
200
application/json
success
Order Refund