Order

This endpoint allows an order to be cancelled on the aggregator platform.

post/orders/{id}/cancel

Path parameters

idstring required

Order id provided by aggregator platform.

Request body

reason'OUT_OF_ITEMS' | 'STORE_TOO_BUSY' | 'OTHER' required

Order cancellation reasons

notestring

Reason or note for cancellation

canceledAtstring required

Order cancellation time. Represented in ISO 8601 format.

Response

No Content

Changes