API Documentation
- Management
- Sandbox
- Inventory
- Products
- Orders
- Inbound Shipments
- Shipping Methods
- Returns
- Billing
- Warehouses
- Warehouse Customers
Get Inbound Shipment
Returns a single Inbound Shipment for the WMS connection with the associated inbound shipment id.
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Path Parameters
Response
The date the inbound shipment was created.
Date the shipment is expected to reach the warehouse.
URL link to the inbound shipment in the external system (WMS/Freight etc).
The unique ID of the inbound shipment.
List of line items included in the shipment.
Total quantity of the item expected to be received.
An identifier from an external system. e.g. vendor sku, external id, reference number, etc..
Can be passed into the Inventory endpoint for more details.
Total quantity of the item that has been received.
The cost per product that is charged by the manufacturer.
List of notes associated with the inbound shipment.
The number of the purchase order associated with the inbound shipment.
The raw status (if available) returned directly from the WMS.
List of receiving events associated with the inbound shipment.
Date the items arrived.
The unique ID of the receiving event.
List of line items included in the receiving event.
The status of the inbound shipment. See the inbound shipment information for more details.
open
, in-transit
, receiving
, received
, cancelled
, other
Deprecated in favor of supplier_object
List of tracking numbers associated with the inbound shipment.
A list of custom tags associated with the inbound shipment. A tag can be either a string or a dictionary with one key-value pair. e.g. ['tag1', 'tag2', {'key1': 'value1'}]
The date the inbound shipment was last updated.
The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the Warehouse Customer endpoint for more details.