Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductType

ProductType class

Document representing a product type.

Signature:

export declare class ProductType extends BaseModel<ProductType> 

Extends: BaseModel<ProductType

Constructors

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

Properties

Property Modifiers Type Description
bundle?   boolean (Optional) A flag indicating whether the product is a bundle.
item?   boolean (Optional) A flag indicating whether the product is a standard item.
master?   boolean (Optional) A flag indicating whether the product is a master.
option?   boolean (Optional) A flag indicating whether the product is an option.
set?   boolean (Optional) A flag indicating whether the product is a set.
variant?   boolean (Optional) A flag indicating whether the product is a variant.
variationGroup?   boolean (Optional) A flag indicating whether the product is a variation group.