Skip to main content

An enum that defines the values that represent the priority level of a promotion, which is used to assign the precedence of a promotion on the seller's All Offers page.

Types that use PromotionPriorityEnum

ItemPriceMarkdownItemPromotionItemPromotionResponsePromotionDetail

Calls that use PromotionPriorityEnum

Enumerations

Value
Description
PRIORITY_1
Indicates the rule is ranked first in priority.
PRIORITY_2
Indicates the rule is ranked second in priority.
PRIORITY_3
Indicates the rule is ranked third in priority.
PRIORITY_4
Indicates the rule is ranked fourth in priority.
INVALID
This is for internal use only for when priority specified in the request is invalid.