OfferType

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

Properties

businessPrice?: MoneyType

OfferType

BuyingPrice: PriceType

OfferType

FulfillmentChannel: string

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

OfferType

ItemCondition: string

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

OfferType

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

offerType?: OfferCustomerType

OfferType

quantityDiscountPrices?: QuantityDiscountPriceType[]

OfferType

RegularPrice: MoneyType

OfferType

SellerSKU: string

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

OfferType