Home > @poq/sdk-sfcc > BundledProduct
Document representing a bundled product within a product bundle.
Signature:
export declare class BundledProduct extends BaseModel<BundledProduct>
Extends: BaseModel<BundledProduct
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the BundledProduct class |
Property | Modifiers | Type | Description |
---|---|---|---|
id? | string | (Optional) | |
product? | Product | (Optional) | |
quantity? | number | (Optional) For the product being bundled, the quantity added to the bundle. |