Cancels an order if it's still in a cancellable state.
Request body type:
Request body example:
Returns an updated order.
Last updated 2 months ago
type RequestBody = { orderId: string; }
{ "orderId": "68728fa56ff494df5f39faf5", }