Metadata that describes the seller.

SellingPartnerMetadata

interface SellingPartnerMetadata {
    accountType?: string;
    marketplaceId?: string;
    sellingPartnerId?: string;
}

Properties

accountType?: string

The type of account in the transaction.

SellingPartnerMetadata

marketplaceId?: string

The identifier of the marketplace where the transaction occurred.

SellingPartnerMetadata

sellingPartnerId?: string

A unique seller identifier.

SellingPartnerMetadata