industry-department-solutions
latest
false
Supply Chain & Retail Solutions user guide
- Overview
- Platform setup and administration
- Platform setup and administration
- Platform architecture
- Data Bridge onboarding overview
- Connecting a Peak-managed data lake
- Connecting a customer-managed data lake
- Creating an AWS IAM role for Data Bridge
- Connecting a Snowflake data warehouse
- Connecting a Redshift data warehouse (public connectivity)
- Connecting a Redshift data warehouse (private connectivity)
- Reauthorizing a Snowflake OAuth connection
- Using Snowflake with Peak
- SQL Explorer overview
- Roles and permissions
- User management
- Inventory management solution
- Commercial pricing solution
- Merchandising solution
Product extra dataset for the Markdown & Promotions module, holding tenant-specific product attributes in key-value format.
The Product extra dataset holds tenant-specific product attributes in a key-value format, allowing additional descriptive data to be attached to products without changing the core Products dataset.
This dataset extends the Products dataset and is joined using the product_id.
Purpose
The Markdown & Promotions module uses the Product extra dataset to:
- Attach custom, tenant-specific attributes to products
- Support segmentation and analysis using attributes not in the core Products dataset
Required fields
| Field | Description | Type | Use | Notes |
|---|---|---|---|---|
product_extra_attribute | Name of the custom product attribute. | string | Application / Presales | Required. Primary key. |
product_extra_value | Value of the custom product attribute. | string | Application / Presales | Required. Primary key. |
product_id | Unique identifier for the product SKU. | string | Application / Presales | Required. Primary key. Foreign key to product. |
created_at | Timestamp when the record was created. | timestamp | Application | Optional. |
updated_at | Timestamp when the record was last updated. | timestamp | Application | Optional. |
Usage notes
- Each row represents a single attribute-value pair for a product.
- The
product_idmust reference an existing product in the Products dataset.
Why this dataset matters
Custom attributes let the solution incorporate business-specific product characteristics into markdown and promotion analysis.