pixi Developer & Integration Documentation

pixiSetOrderlineLocation

Description


Request Parameters

# Name Type Required Example Description
1 OrderlineKey integer 0 123 OrderLine to be updated (OrderlineKey or BundleOrderlineKey) in case order lines items is part of bundle all other items in bundle will be also updated
2 BundleOrderlineKey integer 0 123 BundleorderLine to be updated (OrderlineKey or BundleOrderlineKey)
3 LocationId string 1 ABC Location name to be set

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:pixiSetOrderlineLocation>
         <dem:OrderlineKey>123</dem:OrderlineKey>
         <dem:BundleOrderlineKey>123</dem:BundleOrderlineKey>
         <dem:LocationId>ABC</dem:LocationId>
      </dem:pixiSetOrderlineLocation>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1:

# Name Type Description
1 ReturnCode string
2 ErrorMessage string Error message

Additional Notes