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

    Metadata about the return item.

    interface ReturnMetadata {
        fulfillmentOrderId?: string;
        invoiceInformation?: InvoiceInformation;
        returnReason: string;
        rmaId?: string;
    }
    Index

    Properties

    fulfillmentOrderId?: string

    The SmartConnect ID of the fulfillment order for which the return was placed.

    invoiceInformation?: InvoiceInformation
    returnReason: string

    The reason for the return.

    rmaId?: string

    The RMA ID of the return.