Skip to main content

An enumerated type for the values that represent the different states that can be assigned to a promotion.

Types that use PromotionStatusEnum

ItemPriceMarkdownItemPromotionItemPromotionResponsePromotionDetail

Calls that use PromotionStatusEnum

Enumerations

Value
Description
SCHEDULED
Indicates the promotion start date is in future (greater than current date). The promotion is not yet live.
RUNNING
Indicates the promotion is live on the site.
PAUSED
Indicates the promotion is currently on hold. Call resumePromotion to restart the promotion.
DRAFT
Indicates the promotion is a draft. Call updateItemPromotion to submit the full details of the promotion, schedule it, and make it active.
ENDED
Indicates the promotion has ended.
INVALID
This is for internal use only for when promotion type specified in the request is invalid.