pixiSetShippingLock

Sets Shipping Lock for a customer by CustKey or CustomerNrExternal

Since pixi version: LOU Official (6.3.0.4452) Additional notes: This call sets the lock on customer level. All orders for this customers are prevented to be shipped. Note that the actual shipping lock for individual orders is not changed.


Request

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

Request body

Name Type Required Description
Locked boolean false

1 = Customer Lock set, 0 = Customer Lock released

Type: bit

Default value: 1

Example: 0 or 1

Available from: LOU Official (6.3.0.4452)

ShopID string false

pixi* Shop ID

Type: varchar(3)

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

CustKey integer false

Internal pixi* Customer ID

Type: int

Default value: NULL

Example: 123

Available from: LOU Official (6.3.0.4452)

UserName string false

User that updated the customer lock

Type: varchar(50)

Default value: API

Example: abcdefg

Available from: 18.08 (8.4.44.35152)

CustomerNrExternal string false

Customer Nr from Shop

Type: varchar(250)

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Update status

Name Type Description
Result integer

0 when update successfull, 1 when update failed

Type: int

Available from: 25.06 (25.6.0.58802)