Advance Shipping Notices (ASNs) are critical for efficient warehouse operations. This guide shows you how to create inbound shipments and track their progress using the Trackstar API.Documentation Index
Fetch the complete documentation index at: https://docs.trackstarhq.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The ASN workflow typically involves:- Creating inbound shipments for incoming goods
- Tracking receipt and processing status
Creating Inbound Shipments
Use the Create Inbound Shipment endpoint to create ASNs before goods arrive at the warehouse.Create the Inbound Shipment
Sample Response
Tracking Inbound Shipment Updates
Once inbound shipments are created, you can track their progress using the Get Inbound Shipment endpoint.Fetch the Inbound Shipment
Sample Response
Real-time Updates
Utilize webhooks to get notified each time there is an update to an ASN by subscribing toinbound-shipment.updated and/or inbound-shipment.receipt.created events.