Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The offer data of a product.

    interface Offer {
        condition: Condition;
        fulfillmentType: FulfillmentType;
        listingPrice: MoneyType;
        points?: Points;
        primeDetails?: PrimeDetails;
        promotions?: Promotion[];
        sellerId: string;
        shippingOptions?: ShippingOption[];
        subCondition?: OfferSubConditionEnum;
    }
    Index
    condition: Condition
    fulfillmentType: FulfillmentType
    listingPrice: MoneyType
    points?: Points
    primeDetails?: PrimeDetails
    promotions?: Promotion[]

    A list of live promotions applicable to this offer.

    sellerId: string

    The seller identifier for the offer.

    shippingOptions?: ShippingOption[]

    A list of shipping options associated with this offer

    subCondition?: OfferSubConditionEnum

    The item subcondition of the offer.