Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.06 KB

PromotionStack.md

File metadata and controls

29 lines (17 loc) · 1.06 KB

PromotionStack

Properties

Name Type Description
name String Promotion stack name.
tiers PromotionStackTiers
id String Unique promotion stack ID.
createdAt OffsetDateTime Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format.
updatedAt OffsetDateTime Timestamp representing the date and time when the promotion stack was updated. The value is shown in the ISO 8601 format.
campaignId String Promotion stack's parent campaign's unique ID.
_object ObjectEnum The type of the object represented by JSON.
categoryId String Promotion stack category ID.
categories List<Category> Details about the category assigned to the promotion stack.

Enum: ObjectEnum

Name Value
PROMOTION_STACK "promotion_stack"