Home > @poq/sdk-sfcc > SuggestedProduct
Document representing a product search hit.
Signature:
export declare class SuggestedProduct extends BaseModel<SuggestedProduct>
Extends: BaseModel<SuggestedProduct
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SuggestedProduct class |
| 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. |