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

    Marketplace channel-specific attributes for the return. These attributes are not mandatory and each channel can provide them differently.

    interface MarketplaceChannelDetails {
        channelSku?: string;
        customerOrderId?: string;
        exchangeOrderId?: string;
        marketplaceChannel?: MarketplaceChannel;
        merchantId?: string;
        returnLocationId?: string;
        shipmentId?: string;
    }
    Index

    Properties

    channelSku?: string

    The Amazon SmartConnect SKU of the channel.

    customerOrderId?: string

    The marketplace-specific customer order ID.

    exchangeOrderId?: string

    The Amazon SmartConnect ID of the exchange order.

    marketplaceChannel?: MarketplaceChannel
    merchantId?: string

    The ID of the merchant or seller to whom this return is created in the marketplace.

    returnLocationId?: string

    The Amazon SmartConnect ID of the location to which this return is created.

    shipmentId?: string

    The marketplace-specific shipment ID.