Call deletes order and the corresponding customer account event. The order can only be deleted if all the orderliens have status "ANG","HAL" or "STO"

Since pixi version: AVA Official - Update 7 (8.4.7.23158) Additional notes:


Request

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

Request body

Name Type Required Description
OrderNr integer true

pixi* OrderNr of the order to delete

Type: int

Default value:

Example: 12345

Available from: AVA Official - Update 7 (8.4.7.23158)


Response

1. Status of the operation

Name Type Description
Status string

Result code of the operation: 200 = Success, 4** = Logical errors (check ErrorMsg for details), 500 = Unexpected errors

Type: varchar(3)

Available from: 25.06 (25.6.0.58802)

ErrorMsg string

Descriptive text for the operation's result

Type: varchar(2000)

Available from: 25.06 (25.6.0.58802)