pixi Developer & Integration Documentation

pixiTagMatchAddForItems

Description

Set Tags for Items. Example of XML: ' 12345101100001000-5'


Request Parameters

#

Name

Type

Required

Example

Description

1

TagsXML

string

1

Sample text

XML for items.


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:pixiTagMatchAddForItems>
         <dem:TagsXML>Sample text</dem:TagsXML>
      </dem:pixiTagMatchAddForItems>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Status response

#

Name

Type

Description

1

Status

string

Status (Error/Warning/Success)

2

Message

string

Message (Status detail information)


Additional Notes