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/
A product can contain one or more variants, where variant contains the individual sku.
Unique Reference for Product, might be omitted if product only contains one variant. Same as "Code" in Norce Commerce Connect ImportProducts.
A Product must have at least one Variant, if multiple variants exists, Product.Code is required.
Active flags on the Product level. Note that disabled flags are not included.
Primary image reference for the Product, is always of Type Asset (See File type).
Popularities on the Product level (depending on the client setting "Product popularity by variant" = false).
Internal variant grouping id. Same as "GroupByKey" in Norce Commerce API, but as an Int. Att a "v" as prefix to match it with the key. Null for products without variants (where code is null and number of variants = 1).
{ "Code": "string", "Manufacturer": { "Code": "string", "Name": "string", "Id": 0 }, "Names": [ { … } ], "PrimaryCategory": { "Code": "string", "Cultures": [ … ], "Id": 0 }, "AdditionalCategories": [ { … } ], "Variants": [ { … } ], "Families": [ { … } ], "Flags": [ { … } ], "PrimaryImage": { "Type": "external", "Code": "string", "FileCode": "string", "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "MimeType": "string", "Url": "string", "SortOrder": 0, "Cultures": [ … ] }, "Files": [ { … } ], "Parametrics": [ { … } ], "Relations": [ { … } ], "Texts": [ { … } ], "Popularities": [ { … } ], "GroupById": 0, "HistoricalUniqueUrls": [ { … } ] }
Product comment in specific culture.
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".
{ "CultureCode": "string", "Comment": "string" }