pixi Developer & Integration Documentation

pixiSetItemCategory

Description

API call is used to modify item data connected to category.


Request Parameters

# Name Type Required Example Description
1 ItemKEy integer 0 123 pixi item ID
2 ItemNRInt string 0 Sample text Shop item number
3 Category string 1 Sample text Item category

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:pixiSetItemCategory>
         <dem:ItemKEy>123</dem:ItemKEy>
         <dem:ItemNRInt>Sample text</dem:ItemNRInt>
         <dem:Category>Sample text</dem:Category>
      </dem:pixiSetItemCategory>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Return message.

# Name Type Description
1 Error string Status of the return message.

Additional Notes