Skip to main content
POST
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 with asns:write permissions.

Request Body

string
required
The purchase order ID this ASN is associated with
string
required
The supplier ID sending the shipment
string
required
Date when the shipment was sent (ISO 8601)
string
required
Expected delivery date at warehouse (ISO 8601)
string
required
Destination warehouse ID
object
required
Shipping and tracking information
array
required
Array of items being shipped
object
Packaging and palletization information
array
Related shipping documents
string
Additional notes or special instructions for receiving
object
Additional custom fields as key-value pairs

Response

string
Unique ASN identifier
string
Always “asn”
string
System-generated ASN number
string
ASN status: “pending”, “in_transit”, “delivered”, “received”, “cancelled”
string
ISO 8601 timestamp of creation
string
ISO 8601 timestamp of last update