pixi Developer & Integration Documentation

pixiGetOrdersReadyForPickup

Warning: API call is no longer maintained!

Description

API call returns orders ready to pick up by customers on POS locations.


Request Parameters

#

Name

Type

Required

Example

Description

1

LocationId

string

0

001

Location Id


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:pixiGetOrdersReadyForPickup>
         <dem:LocationId>001</dem:LocationId>
      </dem:pixiGetOrdersReadyForPickup>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Result set

#

Name

Type

Description

0

ordernr

integer

pixi* order Nr. that is ready for pickup by customer on POS location

1

CustRef

integer

pixi* Customer reference number whos order is ready for pickup


Additional Notes