Query for retrieving a list of returns on the Shopper's customer account of context by searching by Stock Code in a line.
Method | GetCustomerReturnsByStockCode |
The request body is of type GetCustomerReturnsByStockCode.
Name | Description | Data Type |
---|---|---|
StockCode | xml:string |
The response body is of type GetCustomerReturnsByStockCodeResponse.
Name | Description | Data Type |
---|---|---|
GetCustomerReturnsByStockCodeResult | A string value containing a JSON object. { "Data": { "Returns": [{ "RmaNumber": "000000000000986", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "04/06/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }, { "RmaNumber": "000000000001150", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "10/09/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }, { "RmaNumber": "000000000001151", "Customer": "000000000000013", "CustomerName": "Out of Africa", "StatusText": "Open RMA", "UserField1": "", "Branch": "10", "CustomerClass": "A", "Area": "S", "EntryDate": "10/09/2022", "Currency": "$", "NextLine": "0002", "Status": "1", "SpecialInstrs": "", "AlternateKey": "", "OrderType": "" }] }, "LookupData": {}, "Result": { "Success": true, "Message": "The request found 3 return results.", "ElapsedTime": "1687 ms" } }
| xml:string |