Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.18 KB

PromotionsStacksGetResponseBody.md

File metadata and controls

30 lines (18 loc) · 1.18 KB

PromotionsStacksGetResponseBody

Response body schema for GET v1/promotions/{campaignId}/stacks/{stackId}.

Properties

Name Type Description
name String Promotion stack name.
tiers PromotionsStacksGetResponseBodyTiers
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"