Skip to main content
GET

Query Parameters

integer
Number of ASNs to return (default: 20, max: 100)
integer
Number of ASNs to skip (for pagination)
string
Cursor for pagination (alternative to offset)
string
Filter by status: “pending”, “in_transit”, “delivered”, “received”, “partially_received”, “cancelled”
string
Filter by purchase order ID
string
Filter by supplier ID
string
Filter by destination warehouse ID
string
Filter by shipping carrier
string
Filter ASNs with expected arrival after this date (ISO 8601)
string
Filter ASNs with expected arrival before this date (ISO 8601)
string
Filter ASNs created after this date (ISO 8601)
string
Filter ASNs created before this date (ISO 8601)
boolean
Filter ASNs with receiving discrepancies
Search by ASN number, tracking number, or supplier name
string
Sort field: “created_at”, “expected_arrival_date”, “asn_number”, “status” (default: “created_at”)
string
Sort order: “asc” or “desc” (default: “desc”)

Response

string
Always “list”
array
Array of ASN objects
boolean
Whether there are more ASNs to retrieve
integer
Total number of ASNs matching the filters
string
Cursor for retrieving the next page