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

    Buyer information.

    interface BuyerInfo {
        BuyerCounty?: string;
        BuyerEmail?: string;
        BuyerName?: string;
        BuyerTaxInfo?: BuyerTaxInfo;
        PurchaseOrderNumber?: string;
    }
    Index

    Properties

    BuyerCounty?: string

    The county of the buyer. Note: This attribute is only available in the Brazil marketplace.

    BuyerEmail?: string

    The anonymized email address of the buyer.

    BuyerName?: string

    The buyer name or the recipient name.

    BuyerTaxInfo?: BuyerTaxInfo
    PurchaseOrderNumber?: string

    The purchase order (PO) number entered by the buyer at checkout. Only returned for orders where the buyer entered a PO number at checkout.