Order Cancellations
Cancel Bag
POST
Bag cancellation is in beta. Please report any errors to Violet.
Cancel a single Bag
from an Order
. This action will attempt to cancel the external order in the merchants system. The total amount paid for this Bag
will be refunded to the shopper upon successful cancellation.
The Bag
must be in a cancellable state. Any Bag
’s that have a status of IN_PROGRESS
, REFUNDED
, or CANCELED
cannot be cancelled.
Body
application/json
Response
200
application/json
success
Order Refund