Export

OfferType

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

Properties

BuyingPrice: PriceType

Memberof

OfferType

FulfillmentChannel: string

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

Memberof

OfferType

ItemCondition: string

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

Memberof

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.

Memberof

OfferType

RegularPrice: MoneyType

Memberof

OfferType

SellerSKU: string

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

Memberof

OfferType

businessPrice?: MoneyType

Memberof

OfferType

offerType?: OfferCustomerType

Memberof

OfferType

quantityDiscountPrices?: QuantityDiscountPriceType[]

Memberof

OfferType