# Get order tracking information **GET /api/external/hub/v1/orders/tracking** Retrieve tracking information for shipped orders within a date range or for a specific order. ## Servers - Public API: https://api.useshelf.com (Public API) ## Parameters ### Query parameters - **connect_identifier** (string) Connect identifier for the seller account - **page** (integer) Page number for pagination - **per_page** (integer) Number of orders per page (default: 50) - **start_date** (string) Start date for tracking range - **end_date** (string) End date for tracking range - **market_order_id** (string) Specific order ID to track ## Responses ### 200 Tracking information retrieved successfully #### Body: application/json (array[object]) - **market_order_id** (string) Marketplace order ID - **order_status** (string) Current order status - **tracking_info** (array[object]) [Powered by Bump.sh](https://bump.sh)