pixi Developer & Integration Documentation

pixiSetItemCustomsInfo

Description

Set item specific information


Request Parameters

# Name Type Required Example Description
1 ItemKey integer 1 123 Item ID
2 UserName string 1 abcdefg User name
3 CustomsTariffNumber string 0 abcdefg Customs Tariff Number
4 CustomsCountryOfOrigin string 0 abcdefg Customs Country Of Origin
5 CustomsCountryOfOriginISO2 string 0 abcdefg Customs Country Of Origin ISO2
6 Weight number 0 9.99 Weight in grams
7 Heigth number 0 9.99 Heigth
8 Width number 0 9.99 Width
9 Length number 0 9.99 Length
10 CustomsTariffText string 0 abcdefg Customs Tariff Text
11 CustomsPreviousProcess string 0 abcdefg Previous procedure (vorangegangenes Verfahren)

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:pixiSetItemCustomsInfo>
         <dem:ItemKey>123</dem:ItemKey>
         <dem:UserName>abcdefg</dem:UserName>
         <dem:CustomsTariffNumber>abcdefg</dem:CustomsTariffNumber>
         <dem:CustomsCountryOfOrigin>abcdefg</dem:CustomsCountryOfOrigin>
         <dem:CustomsCountryOfOriginISO2>abcdefg</dem:CustomsCountryOfOriginISO2>
         <dem:Weight>9.99</dem:Weight>
         <dem:Heigth>9.99</dem:Heigth>
         <dem:Width>9.99</dem:Width>
         <dem:Length>9.99</dem:Length>
         <dem:CustomsTariffText>abcdefg</dem:CustomsTariffText>
         <dem:CustomsPreviousProcess>abcdefg</dem:CustomsPreviousProcess>
      </dem:pixiSetItemCustomsInfo>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result output

# Name Type Description
1 ResultCode string Result Code
2 ResultMessage string Result Message

Additional Notes

Username and date will not be updated in case all data is already in desired state