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

    Common promotion fields shared between the published promotion and the latest revision. Contains all promotion attributes except lifecycle status.

    interface PromotionRevisionAttributes {
        benefit?: PromotionBenefit;
        budget?: Budget;
        couponType?: CouponType;
        createdDate: string;
        customerSegments?: CustomerSegment[];
        feeSnapshot?: PromotionFeeSnapshot;
        issues?: Issue[];
        lastUpdatedDate: string;
        marketplaceId: string;
        merchandising?: Merchandising;
        promotionId: string;
        promotionTitle: string;
        promotionType: PromotionType;
        purchaseRequirements?: PurchaseRequirements;
        schedule: Schedule;
        selection: Selection;
        trackingId: string;
    }
    Index
    budget?: Budget
    couponType?: CouponType
    createdDate: string

    When the promotion was created. Formatted in ISO 8601 format, including the timezone. For example: 1970-01-01T00:00:00-07:00.

    customerSegments?: CustomerSegment[]

    The target customer segments for the promotion.

    feeSnapshot?: PromotionFeeSnapshot
    issues?: Issue[]

    Promotion-level validation issues found during processing.

    lastUpdatedDate: string

    When the promotion was last updated. Formatted in ISO 8601 format, including the timezone. For example: 1970-01-01T00:00:00-07:00.

    marketplaceId: string

    The Amazon store identifier. For a complete list of marketplaceId values, refer to Store Identifiers.

    merchandising?: Merchandising
    promotionId: string

    The unique promotion identifier.

    promotionTitle: string

    The name of the promotion for the selling partner. This value is not displayed to buyers.

    promotionType: PromotionType
    purchaseRequirements?: PurchaseRequirements
    schedule: Schedule
    selection: Selection
    trackingId: string

    The tracking ID you can use to uniquely identify a promotion and track its performance.