pixi Developer & Integration Documentation

pixiEstimatedDeliveryUpdates

Warning: API call is no longer maintained!

Description



Request Parameters

#

Name

Type

Required

Example

Description

1

OrderNr

integer

0

123


2

ShopOrderNr

string

0

Sample text


3

ItemRef

integer

0

123



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:pixiEstimatedDeliveryUpdates>
         <dem:OrderNr>123</dem:OrderNr>
         <dem:ShopOrderNr>Sample text</dem:ShopOrderNr>
         <dem:ItemRef>123</dem:ItemRef>
      </dem:pixiEstimatedDeliveryUpdates>
   </soapenv:Body>
</soapenv:Envelope>


Response


Additional Notes