Cancel Order on Aggregator Platform

The POST /orders/{id}/cancel endpoint is designed to allow the cancellation of an order on the aggregator platform. This is essential for managing scenarios where an order can no longer be fulfilled, whether due to customer request, inventory issues, or other reasons. By providing a structured way to cancel orders, this endpoint helps maintain accurate order status and improves overall order management.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Order id provided by aggregator platform.

Body Params

Order cancellation information

string
enum
required

Order cancellation reasons

Allowed:
string

Reason or note for cancellation

string
required

Order cancellation time. Represented in ISO 8601 format.

Responses
204

No Content

400

Bad Request

404

The specified resource was not found

500

Internal Server Error

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!