RMA Confirmed Event
An RMA confirmation event will be generated for every successful RMA generation request. The event can be sent to the customer as an email, and the customer can include the email printout with the package being returned.
Queue Name: q.Rma.Confirmed.<StoreCode>.2-0
Schemas:
- Rma-Confirmed-Event-1.0.xsd
- Checkout-Datatypes-1.0.xsd
- Order-Common-Event-1.0.xsd
- Order-Datatypes-Common-1.0.xsd
- Payment-Datatypes-1.0.xsd
- Payment-Datatypes-CurrencyCode-1.0.xsd
Sample Message
Copy this code sample.
<?xml version="1.0" encoding="UTF-8"?>
<RmaConfirmed xmlns="http://api.gsicommerce.com/schema/checkout/1.0" storeId="TMS_US"
locale="en_US"
rmaId="201703130024010">
<Rma>
<ReturnType>Standard</ReturnType>
<CreateTimeStamp>03/13/17</CreateTimeStamp>
<RmaExpiryDate>06/11/17</RmaExpiryDate>
<ReturnComments/>
<Address addressId="TEST_NA-DC001" addressType="WAREHOUSE">
<Line1>First Ave</Line1>
<City>King Of Prussia</City>
<MainDivision>PA</MainDivision>
<CountryCode>US</CountryCode>
<PostalCode>19406</PostalCode>
</Address>
<EmailAddress>test@radial.com</EmailAddress>
</Rma>
<Order orderId="0017300001918" orderSource="OMS">
<OrderItems>
<OrderItem itemId="78-29831823">
<Description>
<Title>FREE FLYKNIT BK/WT</Title>
</Description>
<Quantity>1</Quantity>
<ReturnReason>Item Not Ordered</ReturnReason>
</OrderItem>
</OrderItems>
</Order>
</RmaConfirmed>