pixiGetOrderNrByOrderNrExternal

Deprecated

This function is used to obtain the pixi* OrderNr value by the OrderNrExternal (i.e. number of order, provided by shop). If supplied OrderNrExternal does not correspond to any of the orders that are registered within pixi*, a 0 is returned

Use pixiGetOrderline oder pixiGetOrder instead, they can work directly with OrderNrExternal. 

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


Request

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

Request body

Name Type Required Description
OrderNrExternal string true

[mandatory] The order number, registered in pixi* as provided by the shop.

Type: varchar (50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return integer

If the order is found in pixi*, its OrderNr is returned. Otherwise, 0 is returned.

Type: int

Available from: LOU Official (6.3.0.4452)