A single item's buyer information.

ItemBuyerInfo

interface ItemBuyerInfo {
    BuyerCustomizedInfo?: BuyerCustomizedInfoDetail;
    GiftMessageText?: string;
    GiftWrapLevel?: string;
    GiftWrapPrice?: Money;
    GiftWrapTax?: Money;
}

Properties

BuyerCustomizedInfo?: BuyerCustomizedInfoDetail

ItemBuyerInfo

GiftMessageText?: string

A gift message provided by the buyer. Note: This attribute is only available for MFN (fulfilled by seller) orders.

ItemBuyerInfo

GiftWrapLevel?: string

The gift wrap level specified by the buyer.

ItemBuyerInfo

GiftWrapPrice?: Money

ItemBuyerInfo

GiftWrapTax?: Money

ItemBuyerInfo