pixi Developer & Integration Documentation

pixiGetOrderNrByOrderNrExternal

Warning: API call is no longer maintained!

Description

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. 


Request Parameters

# Name Type Required Example Description
1 OrderNrExternal string 1 Sample text [mandatory] The order number, registered in pixi* as provided by the shop.

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiGetOrderNrByOrderNrExternal>
         <dem:OrderNrExternal>Sample text</dem:OrderNrExternal>
      </dem:pixiGetOrderNrByOrderNrExternal>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1:

# Name Type Description
0 return integer If the order is found in pixi*, its OrderNr is returned. Otherwise, 0 is returned.

Additional Notes