After July 2021, the 2.3.x release line no longer received quality updates or user guide updates. PHP 7.3 reached end of support in December 2021, and Adobe Commerce 2.3.x reached end of support in September 2022. We strongly recommend upgrading to Adobe Commerce 2.4.x to help maintain PCI compliance.
Complex Data
This site contains archived merchant documentation for a version of Adobe Commerce and Magento Open Source that has reached end-of-support.
The documentation available here is intended for historical reference only and is not maintained.
The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.
The term complex data refers to the data that is associated with multiple product options. The following product types use data that originates from separate products to create product variations and multiple options.
If you were to export a configurable product, you would find the standard attributes that make up a simple product, plus the additional attributes that are needed to manage complex data.
Exported Configurable Product Data
Complex Data Attributes
Configurable Products
Attribute | Description |
---|---|
configurable_variation_labels | Labels that identify product variations. For example: Choose Color: or Choose Size: |
configurable_variations | Describes the values associated with a product variation. For example: sku=sku-red xs,color=red,size=xs,price=10.99,display=1,image=/pub/media/import/image1.png|sku=sku-red-m,color=red,size=m,price=20.88,display=1,image=/pub/media/import/image2.png |
Grouped Products
Attribute | Description |
---|---|
associated_skus | Identifies the SKUs of the individual products that make up the group. |
Bundle Products
Attribute | Description |
---|---|
bundle_price_type | Determines if the price of a bundle item is fixed or dynamic. |
bundle_sku_type | Determines if each item is assigned a variable, dynamic SKU, or if a fixed SKU is used for the bundle. Options: Fixed / Dynamic |
bundle_weight_type | Determines if the weight of a bundle item is variable or fixed. |
bundle_values | Describes teach value associated with a bundle option. For example: name=Bundle Option One,type=dropdown; required=1, sku=sku-option2,price=10, price_type=fixed |