Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Metadata that describes the seller.

    interface PartnerMetadata {
        accountType?: string;
        marketplaceId?: string;
        partnerId?: string;
    }
    Index
    accountType?: string

    The type of account.

    marketplaceId?: string

    The identifier of the marketplace where the transaction occurred. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for a marketplace, refer to Marketplace IDs.

    partnerId?: string

    The unique seller identifier.