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.For a full list of fields that need to be passed in, see the Programmatic Writes guide.
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.