pixiSetOrderShippingLock

API call to set order shipping lock.

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: In case when the reason is empty we add Order was locked by / Order was unlocked by + UserName.


Request

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

Request body

Name Type Required Description
Locked boolean false

1 = Order Shipping Lock set, 0 = Order Shipping Lock released

Type: bit

Default value: 1

Example: 0 or 1

Available from: LOU Official - Update 46 (6.9.46.27927)

Reason string false

Released / Locked reason

Type: varchar(255)

Default value:

Example: abcdefg

Available from: 23.03 (23.3.0.36397)

OrderNr integer true

Order to set shipping lock

Type: int

Default value:

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

UserName string false

User that updated the order shipping lock

Type: varchar(50)

Default value: API

Example: abcdefg

Available from: 23.03 (23.3.0.36397)


Response

1. Result Set.

Name Type Description
ReturnCode string

Return code (OK / INFO / ERROR)

Type: VARCHAR

Available from: 25.06 (25.6.0.58802)

ErrorMessage string

Return description message.

Type: VARCHAR

Available from: 25.06 (25.6.0.58802)