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

    Information about the buyer.

    interface Buyer {
        buyerId?: string;
        isPrimeMember?: boolean;
        name?: string;
        phone?: string;
    }
    Index

    Properties

    buyerId?: string

    The identifier of the buyer.

    isPrimeMember?: boolean

    When true, the service is for an Amazon Prime buyer.

    name?: string

    The name of the buyer.

    phone?: string

    The phone number of the buyer.