Poq.SDK.Node

Home > @poq/sdk-sfcc > SuggestedProduct

SuggestedProduct class

Document representing a product search hit.

Signature:

export declare class SuggestedProduct extends BaseModel<SuggestedProduct> 

Extends: BaseModel<SuggestedProduct

Constructors

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

Properties

Property Modifiers Type Description
currency?   string (Optional) The ISO 4217 mnemonic code of the currency.
image?   Image (Optional)
link?   string (Optional) The URL addressing the product.
price?   number (Optional) The sales price of the product. In the case of complex products like a master or a set, this is the minimum price of related child products.
productId?   string (Optional) The id (SKU) of the product.
productName?   string (Optional) The localized name of the product.