List sales orders
query Parameters
limitcursorupdated_sinceISO 8601 timestamp — return records modified on or after this time
created_afterISO 8601 timestamp — orders created on or after this time
statusreference_numberexpandComma-separated expansions, e.g. line_items
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List sales orders › Responses
Sales orders
next_cursorCreate a sales order
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create a sales order › Request Body
po_numbercontact_emailOptional buyer contact email persisted on the queued order. Validated for email format and length only; the mailbox is not verified.
quote_number^DV-[QD]\d+$Optional quote or deal reference number. Must match the pattern DV-Q##### (quote) or DV-D##### (deal). Trimmed before validation; stored as null if omitted.
notesCreate a sales order › Responses
Order queued for processing
List invoices for a sales order
Returns invoices linked to a sales order, resolved by the order's public ID.
path Parameters
idHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List invoices for a sales order › Responses
Invoices linked to the sales order
List shipments for a sales order
Returns shipments linked to a sales order, resolved by the order's public ID.
path Parameters
idHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List shipments for a sales order › Responses
Shipments linked to the sales order
Get sales order by ID
path Parameters
idquery Parameters
expandComma-separated expansions, e.g. line_items
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get sales order by ID › Responses
Sales order

