Poq.SDK.Node

Home > @poq/sdk > Product

Product class

Signature:

export declare class Product extends PoqContract 

Extends: PoqContract

Constructors

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

Properties

Property Modifiers Type Description
appIdentifier   string  
categoryIds   string[] | undefined  
customData   Record<string, unknown> | undefined  
details   ProductDetails  
forms   Form[] | undefined  
id   string  
meta   ProductMeta | undefined  
promotion   Promotion | undefined  
review   CatalogueReview | undefined  
variants   Map<string, ProductVariant>