Buyer information.

BuyerInfo

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

Properties

BuyerCounty?: string

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

BuyerInfo

BuyerEmail?: string

The anonymized email address of the buyer.

BuyerInfo

BuyerName?: string

The buyer name or the recipient name.

BuyerInfo

BuyerTaxInfo?: BuyerTaxInfo

BuyerInfo

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.

BuyerInfo