Selling Partner API SDK for JavaScript
    Preparing search index...

    Return authorization information for items accepted for return.

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

    Properties

    amazonRmaId: string

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

    fulfillmentCenterId: string

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

    returnAuthorizationId: string

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

    returnToAddress: Address
    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.