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

    Schema for an individual offer.

    interface OfferType {
        businessPrice?: MoneyType;
        BuyingPrice: PriceType;
        FulfillmentChannel: string;
        ItemCondition: string;
        ItemSubCondition: string;
        offerType?: OfferCustomerType;
        quantityDiscountPrices?: QuantityDiscountPriceType[];
        RegularPrice: MoneyType;
        SellerSKU: string;
    }
    Index

    Properties

    businessPrice?: MoneyType
    BuyingPrice: PriceType
    FulfillmentChannel: string

    The fulfillment channel for the offer listing. Possible values: * Amazon - Fulfilled by Amazon. * Merchant - Fulfilled by the seller.

    ItemCondition: string

    The item condition for the offer listing. Possible values: New, Used, Collectible, Refurbished, or Club.

    ItemSubCondition: string

    The item subcondition for the offer listing. Possible values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.

    offerType?: OfferCustomerType
    quantityDiscountPrices?: QuantityDiscountPriceType[]

    List of QuantityDiscountPrice that contains item's pricing information when buy in bulk.

    RegularPrice: MoneyType
    SellerSKU: string

    The seller stock keeping unit (SKU) of the item.