# Get order status **GET /api/external/hub/v1/orders/status** Retrieve detailed status information for a specific order including all warehouse orders and their current states. ## Servers - Public API: https://api.useshelf.com (Public API) ## Parameters ### Query parameters - **connect_identifier** (string) Connect identifier for the seller account - **market_order_id** (string) Marketplace order ID ## Responses ### 200 Order status retrieved successfully #### Body: application/json (object) - **market_order_id** (string) Marketplace order ID - **order_status** (string) Overall order status - **warehouse_orders** (array[object]) ### 404 Order not found [Powered by Bump.sh](https://bump.sh)