pixiReportShipOutPerTimeQuant

API call: report number of shipouts per given time period in certain time range.

Since pixi version: LOU Official (6.3.0.4452) Additional notes:


Request

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

Request body

Name Type Required Description
shopID string false

Id of the shop to get report for

Type: varchar(3)

Default value:

Example: ADV

Available from: LOU Official (6.3.0.4452)

timePeriod string false

Time interval between the data of report list

Type: float

Default value: 2

Example: 1

Available from: LOU Official (6.3.0.4452)

endDateTime string false

Date and time of report end

Type: datetime

Default value: NULL

Example: 2021-11-11 20:23:44

Available from: LOU Official (6.3.0.4452)

startDateTime string false

Date and time of report start

Type: datetime

Default value: NULL

Example: 2021-11-11 13:23:44

Available from: LOU Official (6.3.0.4452)


Response

1. Result set

Name Type Description
shopID string

Id of the shop that report is for

Type: VARCHAR

Available from: 25.06 (25.6.0.58802)

SUMShipOut integer

Calculated SUM of shipped orders

Type: int

Available from: 25.06 (25.6.0.58802)

endTimePeriod string

Date and time of report row end

Type: VARCHAR

Available from: 25.06 (25.6.0.58802)

startTimePeriod string

Date and time of report row start

Type: VARCHAR

Available from: 25.06 (25.6.0.58802)