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

    The marketplace attributes associated with the location.

    interface MarketplaceAttributes {
        channelName: string;
        customAttributes?: MarketplaceAttributesCustomAttributesEnum[];
        marketplaceId: string;
        merchantId?: string;
    }
    Index

    Properties

    channelName: string

    The channel name associated with the location.

    Marketplace channel-specific attribute value.

    marketplaceId: string

    The marketplace ID associated with the location. To find the ID for your marketplace, refer to Marketplace IDs.

    merchantId?: string

    The ID of the merchant or seller to whom this order is created.