Shipping scan in of item into box or directly for invoice in case of 1SS functionality

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: The API call can only be used when "Premium API" setting is enabled.


Request

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

Request body

Name Type Required Description
ToBox integer true

Define box range (to box)

Type: int

Default value:

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

BinRef integer false

Bin place ID

Type: int

Default value: 0

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

FromBox integer true

Define box range (from box)

Type: int

Default value:

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

SerialNr string true

Serial number of the item on the orderline

Type: varchar(200)

Default value:

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

Username string true

User name

Type: varchar(50)

Default value:

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

PickListNr integer false

Picklist number

Type: int

Default value: 0

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

ScannedQty integer false

Quantity for scan to box

Type: int

Default value: 0

Example: 123

Available from: 21.10 (21.10.0.61843)

SupplGroup string true

Supplier group

Type: varchar(5)

Default value:

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

BatchNumber string false

Search by Batch number

Type: varchar(50)

Default value: NULL

Example: asdf1234

Available from: 21.10 (21.10.0.61843)

OrderlineKey integer true

Orderline ID

Type: int

Default value:

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

SupplOrderNr integer false

Supplier order number

Type: int

Default value: 0

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

BestBeforeDate string false

Search by Best Before Date - From

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.10 (21.10.0.61843)

IsPersonalizedScanIn boolean false

Indicate if scanning in a personalized item

Type: bit

Default value: 0

Example: 0 or 1

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Status output

Name Type Description
BoxNr integer

Box number where the item should be put

Type: int

Available from: 25.06 (25.6.0.58802)

Action string

Execution status/action

Type: varchar

Available from: 25.06 (25.6.0.58802)

BoxKey integer

Box Id where the item should be put

Type: int

Available from: 25.06 (25.6.0.58802)

BoxColor integer

Box color - for display in pixi UI.

Type: int

Available from: 25.06 (25.6.0.58802)

DESCRIPTION string

Description of the status/actioin

Type: varchar

Available from: 25.06 (25.6.0.58802)

2. Status output

Name Type Description
Status string

Execution status (OK/ERROR)

Type: varchar

Available from: 25.06 (25.6.0.58802)

StatusMessage string

Description of the status

Type: varchar

Available from: 25.06 (25.6.0.58802)