Product import fails on creating configurable products due to not all column existing.
The field that fails here, is for us marked as "First Variation value" in the akeneo module.
It seems between the endpoints /api/rest/v1/products and api/rest/v1/products-uuid:
The first one sends all attributes back for simples, the second one sends on filled in attributes back.
Environment and configuration
akeneo module 104.3.5 magento 2.4.5-p6
Steps to reproduce
Run the product import
Expected result
Product import is succesful
Actual result
Product import fails on creating configurable products due to not all column existing.
The field that fails here, is for us marked as "First Variation value" in the akeneo module.
It seems between the endpoints /api/rest/v1/products and api/rest/v1/products-uuid: The first one sends all attributes back for simples, the second one sends on filled in attributes back.