Buyer information for an order.

OrderBuyerInfo

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

Properties

AmazonOrderId: string

An Amazon-defined order identifier, in 3-7-7 format.

OrderBuyerInfo

BuyerCounty?: string

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

OrderBuyerInfo

BuyerEmail?: string

The anonymized email address of the buyer.

OrderBuyerInfo

BuyerName?: string

The buyer name or the recipient name.

OrderBuyerInfo

BuyerTaxInfo?: BuyerTaxInfo

OrderBuyerInfo

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.

OrderBuyerInfo