pixi Developer & Integration Documentation

pixiSetOrderlinesInBoxToAUS

Description

API call sets status of orderliness in the box to status "AUS". And empties the box.


Request Parameters

# Name Type Required Example Description
1 OrderNr integer 1 123 pixi* order number.
2 UserName string 0 abcdefg User-Name used for putting orderliness status to AUS.

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:pixiSetOrderlinesInBoxToAUS>
         <dem:OrderNr>123</dem:OrderNr>
         <dem:UserName>abcdefg</dem:UserName>
      </dem:pixiSetOrderlinesInBoxToAUS>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1:

# Name Type Description
1 Status string Execution status (OK/ERROR)
2 Info string Description of the status

Additional Notes

The API call can only be used when **"Centralized Ship-Out"** or **"Premium API"** setting are **enabled**.