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

    A single item's buyer information.

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

    Properties

    BuyerCustomizedInfo?: BuyerCustomizedInfoDetail
    GiftMessageText?: string

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

    GiftWrapLevel?: string

    The gift wrap level specified by the buyer.

    GiftWrapPrice?: Money
    GiftWrapTax?: Money