Get SalesOrder List
GET
/business_units/{businessUnitId}/sales_orders
Outbound Orders
Request
Path Params
businessUnitId
string
required
Query Params
sortField
enum<string>
optional
Allowed values:
statuscustomerOrderNumbercreatedDateshippingSpeedshipTo.namedomsCreatedTimestamp
Default:
domsCreatedTimestamp
sortDirection
enum<string>
optional
Allowed values:
ASCDESC
Default:
DESC
offset
integer
optional
Default:
0
limit
integer
optional
Default:
100
status
string
optional
CREATED = '120',
BACK_ORDERED = '160',
PARTIALLY_ALLOCATED = '165',
ALLOCATED = '170',
WH_DROPPED = '200',
WH_PROCESSING = '210',
WAVED = '260',
PICKING_INITIATED = '265',
PICKING_COMPLETE = '270',
PACKED = '275',
LOADED = '280',
PARTIALLY_SHIPPED = '300',
SHIP_COMPLETE = '400',
CANCELLED = '000'
customerOrderNumber
string
optional
createdDateSince
string
optional
createdDateUntil
string
optional
buildingId
string
optional
shippingSpeed
string
optional
domsCreatedTimestampSince
string
optional
domsCreatedTimestampUntil
string
optional
distributionOrderNumber
string
optional
shipToName
string
optional
Request samples
Responses
Modified at 2024-07-02 10:16:06