pixi Developer & Integration Documentation

pixiShopConnectionSetStockNonReported

Warning: API call is no longer maintained!

Description

This API call sets stock to nonreported.


Request Parameters

# Name Type Required Example Description
1 Since string 0 yyyy-mm-dd Since

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:pixiShopConnectionSetStockNonReported>
         <dem:Since>yyyy-mm-dd</dem:Since>
      </dem:pixiShopConnectionSetStockNonReported>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Number of affected records.

# Name Type Description
0 cnt integer cnt

Additional Notes