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

    Information about the customer who purchased the order.

    interface Buyer {
        buyerCompanyName?: string;
        buyerEmail?: string;
        buyerName?: string;
        buyerPurchaseOrderNumber?: string;
    }
    Index

    Properties

    buyerCompanyName?: string

    The name of the company or organization for a business order.

    buyerEmail?: string

    The anonymized email address of the buyer. Note: Only available for merchant-fulfilled (FBM) orders.

    buyerName?: string

    The full name of the customer who placed the order.

    buyerPurchaseOrderNumber?: 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.