Return authorization information for items accepted for return.

Export

ReturnAuthorization

interface ReturnAuthorization {
    amazonRmaId: string;
    fulfillmentCenterId: string;
    returnAuthorizationId: string;
    returnToAddress: Address;
    rmaPageURL: string;
}

Properties

amazonRmaId: string

The return merchandise authorization (RMA) that Amazon needs to process the return.

Memberof

ReturnAuthorization

fulfillmentCenterId: string

An identifier for the Amazon fulfillment center that the return items should be sent to.

Memberof

ReturnAuthorization

returnAuthorizationId: string

An identifier for the return authorization. This identifier associates return items with the return authorization used to return them.

Memberof

ReturnAuthorization

returnToAddress: Address

Memberof

ReturnAuthorization

rmaPageURL: string

A URL for a web page that contains the return authorization barcode and the mailing label. This does not include pre-paid shipping.

Memberof

ReturnAuthorization