Poq.SDK.Node

Home > @poq/sdk-sfcc > Recommendation

Recommendation class

Document representing a product recommendation.

Signature:

export declare class Recommendation extends BaseModel<Recommendation> 

Extends: BaseModel<Recommendation

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Recommendation class

Properties

Property Modifiers Type Description
calloutMsg?   string (Optional) The localized callout message of the recommendation.
image?   Image (Optional)
longDescription?   string (Optional) The localized long description of the recommendation.
name?   string (Optional) The localized name of the recommendation.
recommendationType?   RecommendationType (Optional)
recommendedItemId?   string (Optional) The recommended item id of the recommendation.
recommendedItemLink?   string (Optional) The recommended item link of the recommendation.
shortDescription?   string (Optional) The localized short description of the recommendation.