List shipment notice orders for the authenticated organization (V1)
Returns a paginated list of shipment notice orders. V1 exposes a full inventories list per package item, replacing the single serial-number field in the legacy endpoint. Supports filtering by status, warehouse, and date range.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
The page number to request (1 based)
1
The number of results to return in a page
100
Filter by shipment notice order statuses
Filter by shipment notice order statuses
SUBMITTED, PROCESSING, COMPLETED, PARTIALLY_COMPLETED, NOT_COMPLETED, CANCELLED Filter by shipment notice order conditions
Filter by shipment notice order conditions
NEW, USED Filter by source types
Filter by source types
SUPPLIER, OFFICE Filter by destination warehouse IDs
Filter by destination warehouse IDs
Filter by vendor / brand codes
Filter by vendor / brand codes
"APPLE"
Filter by category codes
Filter by category codes
"COMPUTER"
Filter by purchase order numbers
Filter by purchase order numbers
Filter by vendor SKUs
Filter by vendor SKUs
Filter by SKU IDs
Filter by SKU IDs
Filter by serial numbers of received inventory items
Filter by serial numbers of received inventory items
Order date range start (ISO-8601)
"2024-01-01"
Order date range end (ISO-8601)
"2024-12-31"
Sort field (createdAt, updatedAt, warehouse, status, submittedBy)
"createdAt"
Sort direction (ASC, DESC)
"DESC"
Response
Paginated list of shipment notice orders
Shipment notice order ID
Order status
SUBMITTED, PROCESSING, COMPLETED, PARTIALLY_COMPLETED, NOT_COMPLETED, CANCELLED Source type
SUPPLIER, OFFICE Created timestamp
Last updated timestamp
Destination warehouse
Order line items
Packages in this shipment notice
Condition of items
NEW, USED Purchase order number
Expected ship date
Person who submitted the shipment notice.