List all inventory orders for the authenticated organization
Returns a paginated list of inventory orders (warehouse stock replenishment requests) for the caller’s organization. Supports filtering by status and date range, and sorting by creation date. Each result includes the ordered items and their shipment details.
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 inventory order IDs
Filter by inventory order IDs
Filter by order statuses (e.g. SUBMITTED, PROCESSING)
Filter by order statuses (e.g. SUBMITTED, PROCESSING)
CANCELLED, COMPLETE, ORDERED, PARTIALLY_RECEIVED, PROCESSING, RECEIVED, SHIPPED, SUBMITTED Filter by warehouse IDs
Filter by warehouse IDs
Filter by product categories (e.g. COMPUTER)
Filter by product categories (e.g. COMPUTER)
Filter by product brands
Filter by product brands
Filter by customer PO numbers
Filter by customer PO numbers
Filter by exact friendly order IDs (case-insensitive)
Filter by exact friendly order IDs (case-insensitive)
"ORD-000123"
Filter by person IDs who submitted the order
Filter by person IDs who submitted the order
When true, includes orders without a submitter (system-generated). OR'd with submittedBy if both are provided.
Filter by order reasons (e.g. ONE_OFF, RESTOCK)
Filter by order reasons (e.g. ONE_OFF, RESTOCK)
ONE_OFF, RESTOCK Filter orders created on or after this date (ISO-8601). If provided, createdDateTo must also be provided.
"2024-01-01"
Filter orders created on or before this date (ISO-8601). If provided, createdDateFrom must also be provided.
"2024-12-31"
Filter orders with expected ship date on or after this date (ISO-8601). If provided, expectedShipDateTo must also be provided.
"2024-01-01"
Filter orders with expected ship date on or before this date (ISO-8601). If provided, expectedShipDateFrom must also be provided.
"2024-12-31"
Search string to filter orders
"laptop"
Filter by SKU vendor SKUs (MPN).
Filter by SKU vendor SKUs (MPN).
Filter by SKU IDs.
Filter by SKU IDs.
Filter by inventory serial numbers.
Filter by inventory serial numbers.
Field to sort by (createdAt, updatedAt, warehouse, status, submittedBy).
"createdAt"
Sort direction (ASC, DESC).
"DESC"
Response
Paginated list of inventory orders
Order ID
"123E4567-E89B-12D3-A456-426614174000"
Order status
CANCELLED, COMPLETE, ORDERED, PARTIALLY_RECEIVED, PROCESSING, RECEIVED, SHIPPED, SUBMITTED "PROCESSING"
Warehouse information
Order reason
ONE_OFF, RESTOCK "ONE_OFF"
Inventory order items
Inventory order shipments
Human-readable friendly order ID (order number shown to customers). Null for orders created before this field was populated.
"ORD-000123"
Customer PO number
"PO-12345"
Billing type
SUBSCRIPTION, PURCHASED "SUBSCRIPTION"
Person who submitted the order
UTC ISO-8601 timestamp when the inventory order was created.
"2026-02-26T14:15:22.123Z"
UTC ISO-8601 timestamp when the inventory order was last updated.
"2026-03-15T09:00:00.000Z"
Date by which the inventory order is expected to ship (calendar date, no time component).
"2026-03-10"