Step 6: Import Additional Language Layers

Importing localized data is identical to a standard product import, but requires the languageContext parameter in the URL.

Default: If the parameter is omitted, data is imported into the default 'en' (English) layer.

POST /api/import/v1/feeds/master?languageContext=fr

Example French Payload:

{
  "products": [
    {
      "__ID": "WIDGET-100",
      "Description": "Un widget industriel bleu standard."
    }
  ]
}