v1

latestSwagger 2.02026-07-149019.3 KB
Version 3

Get all orders

You can display a list of all orders with the query parameter filter criteria.

get/v3/orders

Query parameters

shipNodestring

Ship Node

skustring

Retrieves all orders with the specified SKU.

customerOrderIdstring

Retrives the details of the specified customerOrderId.

purchaseOrderIdstring

The purchase order ID associated with the order to retrieve. One customer order can have multiple purchase orders associated with it.

statusstring

The list of orders corresponding to the requested status.

createdStartDatestring

Limit orders to those created after this date or a timestamp.

createdEndDatestring

Limit orders to those created before this date or timestamp.

fromExpectedShipDatestring

Limit orders to those that have order lines with an expected ship date after this date.

toExpectedShipDatestring

Limit orders to those that have order lines with an expected ship date before this date.

limitinteger

The number of orders to be returned. Do not set this parameter to over 200 orders.

Headers

Content-Type'application/xml' | 'application/json' required

application/xml, application/json

Accept'application/xml' | 'application/json' required

application/xml, application/json

WM_CONSUMER.CHANNEL.TYPE'SWAGGER_CHANNEL_TYPE' required

Channel Type

WM_CONSUMER.IDstring required

Your Consumer ID

WM_SEC.TIMESTAMPstring required

Epoch timestamp

WM_SEC.AUTH_SIGNATUREstring required

Authentication signature

WM_SVC.NAMEstring required

The Service name

WM_QOS.CORRELATION_IDstring required

A Transaction ID

Response

successful operation

All 9 operations