pixi Developer & Integration Documentation

pixiGetReturnItems

Description

API call returns items of a specific return case.


Request Parameters

# Name Type Required Example Description
1 ReturnId integer 1 4003 ReturnId for which returned items should be returned.
2 LanguageId integer 0 2 Laguage ID in which the description for return reasons should be returned. (1=English; 2=German)

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:pixiGetReturnItems>
         <dem:ReturnId>4003</dem:ReturnId>
         <dem:LanguageId>2</dem:LanguageId>
      </dem:pixiGetReturnItems>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Return details

# Name Type Description
1 Id integer Return item row ID
2 ReasonId integer Return Reason ID
3 ReasonDescription string Localized return description.
4 ItemId integer pixi* item ID
5 EANUPC string Item barcode
6 ItemName string Item name
7 Quantity integer Quantity of the items returned
8 LocationCode string Location code to which item was returned
9 BinId integer Bin ID to which item was returned
10 BestBeforeDate string Item best before date
11 BatchNumber string Item batch number
12 InvoiceLineId integer Invoice item ID
13 IsSpecialCase boolean Notes if it is a special case
14 CustomerComment string Customer's coment
15 UserComment string User's comment
16 RecordModifiedOn string Last modification date of a record
17 ItemNrInt string Shop item number
18 ReasonCode string Return reason code
19 ItemClassification string Returned Item Classification Code
20 ItemClassificationDescription string Returned Item Classification Code Description

Additional Notes