Poq.SDK.Node

Home > @poq/sdk-sfcc > BundledProduct

BundledProduct class

Document representing a bundled product within a product bundle.

Signature:

export declare class BundledProduct extends BaseModel<BundledProduct> 

Extends: BaseModel<BundledProduct

Constructors

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

Properties

Property Modifiers Type Description
id?   string (Optional)
product?   Product (Optional)
quantity?   number (Optional) For the product being bundled, the quantity added to the bundle.