pixi Developer & Integration Documentation

pixiTagMatchAddForOrders

Description

Set Tags for Orders. Example of XML: ' 12345303P_133353-33'


Request Parameters

#

Name

Type

Required

Example

Description

1

TagsXML

string

1

Sample text

XML for Orders.


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:pixiTagMatchAddForOrders>
         <dem:TagsXML>Sample text</dem:TagsXML>
      </dem:pixiTagMatchAddForOrders>
   </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