# Get Marketplace Shipment Tracking Information **GET /api/external/hub/v1/marketplace_shipments/{id}/tracking** Retrieve comprehensive tracking information for a marketplace shipment including status, location, POD/BOL availability, and timeline events. This endpoint provides real-time shipment tracking data for customer-facing applications. ## Servers - Public API: http://localhost:3001 (Public API) ## Parameters ### Path parameters - **id** (string) The FBA Shipment ID to track ## Responses ### 200 Tracking information retrieved successfully #### Body: application/json (object) - **shipment_id** (string) Unique identifier for the shipment - **fba_shipment_id** (string) Amazon FBA shipment identifier - **marketplace_name** (string) Name of the marketplace or fulfillment center - **unit_count** (integer | null) Total number of units in the shipment - **pro_number** (string | null) Professional bill of lading number for LTL shipments - **estimated_arrival** (string(date_time) | null) Estimated arrival date and time in ISO 8601 format - **carton_count** (integer) Total number of cartons in the shipment - **pod_exists** (boolean) Whether proof of delivery documentation is available - **bol_exists** (boolean) Whether bill of lading documentation is available - **current_status** (object) Current status information for the shipment - **statuses** (object) Historical status transitions and timeline events ### 422 Bad request - missing or invalid parameters #### Body: application/json (object) - **error** (string) Error message describing what went wrong - **errors** (array[string]) Array of error messages describing invalid parameters [Powered by Bump.sh](https://bump.sh)