Represents a Category with localized names.
The localized names and synonyms of the Category per culture code.
{ "Code": "string", "Cultures": [ { … } ], "Id": 0 }
https://{slug}.api-se.playground.norce.tech/commerce/productfeed/1.0/
https://{slug}.api-se.stage.norce.tech/commerce/productfeed/1.0/
https://{slug}.api-se.norce.tech/commerce/productfeed/1.0/
Localized Category information.
Represents language corresponding with ISO 639-1 (e.g. "en") alone or together with localization corresponding with ISO 3166-1 (e.g. "GB"). Valid values can be both "en" or "en-GB". Most commonly used format is "xx-XX".
All category names in the hierarchy with " - " between, example: "Furniture - Table".
{ "CultureCode": "string", "Name": "string", "FullName": "string", "Synonyms": "string" }