Skip to content

ProductDescription

The ProductDescription container displays the detailed description of a product on the product details page.

The container receives initial product data during initialization to preload the component and, being event-driven, updates with data emitted to pdp/data within the event scope.

The ProductDescription container provides the following configuration options:

Option Type Req? Description
scopestringNo Unique identifier for the PDP context. Only containers rendered with this scope will respond to product events.

The following example demonstrates how to configure the ProductDescription container:

return productRenderer.render(ProductDescription, {
scope: 'modal', // optional
});