pixiCanChangeAddress

This function is used to check, whether a given order is at a stage when billing and shipping addresses can still be changed. Function can accept either pixi* order number or the shop order number. In case both parameters are supplied and denote two different orders, the returned infomation might not be correct, which is why it is recommended to use only one of the parameters.

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


Request

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

Request body

Name Type Required Description
OrderNr integer false

[ optional] pixi* order number

Type: int

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

OrderNrExternal string false

[ optional] Shop order number

Type: varchar (50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return integer

1 if the address information still can be updated 0 if the address information can not be updated

Type: int

Available from: LOU Official (6.3.0.4452)