Promotion - Promotion Module Data Models Reference

This documentation provides a reference to the Promotion data model. It belongs to the Promotion Module.

idPrimaryKeyModifier<IdProperty>
The ID of the promotion.
codeTextProperty
The code of the promotion
is_automaticBooleanProperty
Whether the promotion is applied automatic. If disabled, the customer must enter the code during checkout.
typeEnumProperty<typeof PromotionType>
The type of the promotion
rulesManyToMany<PromotionRule>
The associated rules.
campaignBelongsTo<Campaign>Optional
The associated campaign.
application_methodHasOne<ApplicationMethod>Optional
The associated application method.
Was this page helpful?