Get order status Run in API Explorer
Ask AI
Retrieve detailed status information for a specific order including all warehouse orders and their current states.
GET
/api/external/hub/v1/orders/status
curl \
--request GET 'https://api.useshelf.com/api/external/hub/v1/orders/status?connect_identifier=string&market_order_id=string'
Response examples (200)
{
"market_order_id": "string",
"order_status": "string",
"warehouse_orders": [
{
"warehouse_order_id": 42,
"status": "string"
}
]
}