pixiGetOrdersByDeliveryDate

Get all orders with a specific delivery date set (orderheader.ShipDate). DeliveryDate is the date, an order gets prepared andput onto the picklist. If no Parameter is passed, it returns all Orders with DeliveryDate in the future. Only available for AVA up.

Since pixi version: AVA Official - Update 7 (8.4.7.23158) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiGetOrdersByDeliveryDate

Request body

Name Type Required Description
ShopID string false

Type: varchar(3)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

ShipVendor string false

Type: varchar(3)

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

DeliveryDate string false

Type: datetime

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

DaysToDeliveryDate integer false

Type: int

Default value:

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)


Response

Name Type Description