Default value on specification only working when creating products through Admin
ID: 550097
Backlog
Published on 3/25/2022
•
Last update on 11/25/2022
Summary
When creating a specification on a VTEX Category you can setup a default value that will be filled when the sku/product is created without this information.
However, this feature is not behaving as expected when the sku/product is created using API or spreadsheet. The field remains empty.
When creating the sku/product via Admin UI, the default value works normally.
Simulation
- Create a specification with a default value;
- Create a product through Admin without fulfilling this field;
- Verify that the field value is the default value;
- Create a product through API or spreadsheet;
- Verify that the field value is empty;
Workaround
Create the product using Admin.