The thing is that we are using a lot of custom fields for these products, and i am struggling to understand how to create a CSV that will help with that task.
As i see in the documentation, the only obligatory field is custom_title. Then i have to enter custom_value and field_type.
custom_title, is the title of the custom field. I get that.
field_type is the type of data, which in my case is string.
custom_value is the value that each product will have. Is that correct?
In my case i have to do with sizes, so for example:
Product 1x1 will need to have a custom field custom value of sz-1x1-feet
Product 2x2 will need to have a custom field custom value of sz-2x2-feet
.
.
.
Product 15x15 will need to have a custom field custom value of sz-15x15-feet
How i am going to assign that to the product? I don't see any related field available.
Thanks in advance