Cancel an order Run in API Explorer
Ask AI
Request cancellation of an order. Orders can only be cancelled before they are shipped.
POST
/api/external/hub/v1/orders/cancel_order
curl \
--request POST 'https://api.useshelf.com/api/external/hub/v1/orders/cancel_order?connect_identifier=string&market_order_id=string'
Response examples (422)
{
"errors": [
"string"
]
}
Response examples (200)
{
"market_order_id": "string",
"success": true,
"message": "string"
}