rketplace.sdk-rma.0.1.1.source-code.RMAReceiveResponse.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-rma Show documentation
Show all versions of sdk-rma Show documentation
How to create, retrieve and update RMA (e.g. refund and replacement), as well as how to issue a courtesy refund.
{
"IsSuccess": "true",
"OperationType": "ReceiveRMAResponse",
"SellerID": "A006",
"ResponseDate": "2011-09-28 09:02:00",
"ResponseBody": {
"RMAInfo": {
"RMANumber": "38875640",
"RMAType": "2",
"RMATypeDescription": "Refund",
"SourceSONumber": "88219202",
"SellerRMANumber": "E12345678",
"RMANote": "your note here",
"IssueUser": "[email protected]",
"RMATransactionList": {
"RMATransaction": {
"SellerPartNumber": "Ben_item_12",
"ReturnQuantity": "1",
"ReturnUnitPrice": "200.00",
"RefundShippingPrice": "10.00",
"RMAReason": "1",
"RMAReasonDescription": "Carrier damage"
}
}
}
}
}