Note: As of July 8th 2024, promotions are now being referred to as discounts on Seller Hub and eBay help pages. Sell Marketing API documentation has been updated to reflect this product name change, but note that no API interface changes have been made.
An enumerated type for the values that represent the different states that can be assigned to a discount.
Types that use PromotionStatusEnum
ItemPriceMarkdownItemPromotionItemPromotionResponsePromotionDetail
Calls that use PromotionStatusEnum
POST
GET
Enumerations
SCHEDULED
Indicates the discount start date is in future (greater than current date). The discount is not yet live.
RUNNING
Indicates the discount is live on the site.
PAUSED
Indicates the discount is currently on hold. Call resumePromotion to restart the discount.
DRAFT
Indicates the discount is a draft. Call updateItemPromotion to submit the full details of the discount, schedule it, and make it active.
ENDED
Indicates the discount has ended.
INVALID
This is for internal use only for when discount type specified in the request is invalid.