Query for retrieving a list of returns on the Shopper's customer account of context by RMA Number.
| Method | GetCustomerReturnsByRMANumber |
The request body is of type GetCustomerReturnsByRMANumber.
| Name | Description | Data Type |
|---|---|---|
| RMANumber | xml:string |
The response body is of type GetCustomerReturnsByRMANumberResponse.
| Name | Description | Data Type |
|---|---|---|
| GetCustomerReturnsByRMANumberResult | A string value containing a JSON object.
{
"Data": {
"Returns": [{
"RmaNumber": "000000000001247",
"Customer": "000000000000013",
"CustomerName": "Out of Africa",
"StatusText": "Open RMA",
"UserField1": "",
"Branch": "10",
"CustomerClass": "A",
"Area": "S",
"EntryDate": "11/07/2022",
"Currency": "$",
"NextLine": "0003",
"Status": "1",
"SpecialInstrs": "",
"AlternateKey": "",
"OrderType": ""
}]
},
"LookupData": {},
"Result": {
"Success": true,
"Message": "The request found 1 return result.",
"ElapsedTime": "194 ms"
}
}
| xml:string |