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.
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Path Parameters
Response
The unique ID of the inbound shipment.
The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the Warehouse Customer endpoint for more details.
The date the inbound shipment was created.
The date the inbound shipment was last updated.
The number of the purchase order associated with the inbound shipment.
The status of the inbound shipment. See the inbound shipment information for more details.
open
, in-transit
, receiving
, received
, cancelled
, other
The raw status (if available) returned directly from the WMS.
Deprecated in favor of supplier_object
Date the shipment is expected to reach the warehouse.
ID of the warehouse that will be receiving the shipment. Can be passed into the Warehouse endpoint for more details.
List of line items included in the shipment.
Can be passed into the Inventory endpoint for more details.
Total quantity of the item expected to be received.
Total quantity of the item that has been received.
The cost per product that is charged by the manufacturer.
An identifier from an external system. e.g. vendor sku, external id, reference number, etc..
List of receiving events associated with the inbound shipment.
The unique ID of the receiving event.
Date the items arrived.
List of line items included in the receiving event.
List of tracking numbers associated with the inbound shipment.
List of notes associated with the inbound shipment.
URL link to the inbound shipment in the external system (WMS/Freight etc).
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'}]