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