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

    Information about where the customer placed this order.

    interface SalesChannel {
        channelName: string;
        marketplaceId?: string;
        marketplaceName?: string;
    }
    Index

    Properties

    channelName: string

    The name of the sales platform or channel where the customer placed this order. Possible values: AMAZON, NON_AMAZON

    marketplaceId?: string

    The unique identifier for the specific marketplace within the sales channel where this order was placed.

    marketplaceName?: string

    The human-readable name of the marketplace where this order was placed.