Home > @poq/sdk-sfcc > ProductPromotion
Document representing a product promotion.
Signature:
export declare class ProductPromotion extends BaseModel<ProductPromotion>
Extends: BaseModel<ProductPromotion
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ProductPromotion class |
Property | Modifiers | Type | Description |
---|---|---|---|
calloutMsg? | string | (Optional) The localized call-out message of the promotion. | |
link? | string | (Optional) The URL addressing the promotion. | |
promotionalPrice? | number | (Optional) The promotional price for this product. | |
promotionId? | string | (Optional) The unique id of the promotion. |