Skip to main content
GET
List Orders

Autorisierungen

Authorization
string
header
erforderlich

API key generated in Settings > API Keys. Include as Authorization: Bearer <key>.

Abfrageparameter

hasDdsReference
boolean

Restrict to orders that already have a DDS statement linked (true), or to orders that have none yet (false). Note this means a DDS is linked, not that it has been submitted to TRACES — a linked but unsubmitted DDS appears with an empty referenceNumber.

orderNumbers
string

Comma-separated list of order numbers to return, e.g. ORD-1,ORD-2. Maximum 1000 values. Pass the parameter once — repeating the key is rejected rather than silently using only the first value. An empty list is rejected with 400.

limit
integer

Maximum number of results to return. Omit to return all orders — unlike /api/articles, this endpoint applies no default limit.

Erforderlicher Bereich: x >= 1
offset
integer
Standard:0

Number of results to skip for pagination. Results are returned in a stable total order, so paging with limit and offset never skips or repeats an order.

Erforderlicher Bereich: x >= 0

Antwort

List of orders

id
string<uuid>
orderNumber
string
orderDate
string<date-time>
orderType
enum<string>

purchase = inbound order from a supplier, sale = outbound order to a customer

Verfügbare Optionen:
purchase,
sale
supplier
object
totalVolume
number

Sum of all order line quantities

lines
object[]
ddsReferences
object[]

DDS statements linked to this order