Create Inbound Shipment
Get the required, optional, and integration specific fields by calling the integrations endpoint.
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Body
Deprecated in favor of supplier_object
The supplier from which the shipment is being sent.
The number of the purchase order associated with the inbound shipment.
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.
Tracking number associated with the inbound shipment.
List of line items included in the shipment.
A list of custom tags associated with the inbound_shipments. A tag can be either a string or a dictionary with one key-value pair. e.g. ['tag1', 'tag2', {'key1': 'value1'}]