Skip to main content

Hi, 

I’m trying to do an CSV product import with the Merchant Center import functionality. 

I’m having issue with localised set attributes. I tried multiple combinations but I didn’t find a working example for localised set/text field. 

Attributes are defined as text, localised and set, e.g. “specifications” attribute. 

I tried the following: 
 

attributes.specifications.en.*.key 

attributes.specifications.key

attributes.specifications.en.1.key

attributes.specifications.en.



 

Any help would be welcome. 

Regards, 
Drazen

 

Cavalry is on its way @Drazen


Actually I managed to get it working: 

 

..., attributes.specifications.*.en , ...
..., First English specification. , ...

or

..., attributes.specifications.1.en, attributes.specifications.2.en ,...
..., First English specification. , Second English specification. ,....



But a recommendation would be to improve the error reporting, I had another error in the import and I just got “Invalid json” error or something like that so it was hard to see whats the issue (think it was a missing mandatory field) 

Regards, 
Drazen


Actually I managed to get it working: 

 

..., attributes.specifications.*.en , ...
..., First English specification. , ...

or

..., attributes.specifications.1.en, attributes.specifications.2.en ,...
..., First English specification. , Second English specification. ,....



But a recommendation would be to improve the error reporting, I had another error in the import and I just got “Invalid json” error or something like that so it was hard to see whats the issue (think it was a missing mandatory field) 

Regards, 
Drazen

Thanks for the update, and I’ll forward your feedback to the team 😊


Reply