This endpoint creates a new ASN (Advanced Shipping Notice) to notify about incoming shipments from suppliers. ASNs help warehouses prepare for receiving inventory and automate the receiving process.
Authentication
This endpoint requires a valid API key withasns:write
permissions.
Request Body
The purchase order ID this ASN is associated with
The supplier ID sending the shipment
Date when the shipment was sent (ISO 8601)
Expected delivery date at warehouse (ISO 8601)
Destination warehouse ID
Shipping and tracking information
Array of items being shipped
Packaging and palletization information
Related shipping documents
Additional notes or special instructions for receiving
Additional custom fields as key-value pairs
Response
Unique ASN identifier
Always “asn”
System-generated ASN number
ASN status: “pending”, “in_transit”, “delivered”, “received”, “cancelled”
ISO 8601 timestamp of creation
ISO 8601 timestamp of last update