This repository was archived by the owner on Apr 16, 2025. It is now read-only.
Document the API to retrieve all existing values of language specific fields for multilingual products #10
Open
Labels
For language specific fields such as product_name or generic_name, the fields parameter of the read API enables to request a specific language (e.g. product_name_fr), or to set a preferred list of languages.
This feature allows to request a new field [field name]_languages with a hash with all existing values:
&fields=generic_name_languages:
product: {
generic_name_languages: {
en: "Chocolate cookies",
fr: "Biscuits au chocolat"
},
The text was updated successfully, but these errors were encountered: