The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
https://{slug}.api-se.playground.norce.tech/commerce/
https://{slug}.api-se.stage.norce.tech/commerce/
https://{slug}.api-se.norce.tech/commerce/
Indicates whether the category description is inherited from the default language.
Comma-separated list of phrases or words that can be indexed in the search functionality for the specific language.
Concatenated category name based on hierarchy for the specific language. Format: root category - branch category - leaf category (for three levels).
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "Synonyms": "string", "IsSynonymsInherited": true, "FullName": "string", "IsFullNameInherited": true, "IsTranslated": true }
Category model, represents a product category used to group products together in a hierarchy, with support for localized names and descriptions, default values for its products, vat codes (per sales area), and various other settings. The Category contains a list of CategoryCulture models for each localized properties.
If true, the specific language doesn't have its own name and instead inherits from the default name.
If true, the description is inherited from the default language rather than being its own text.
Concatenated category name based on hierarchy. Format: root category - branch category - leaf category (for three levels).
If true, the full name is inherited from the default language rather than being its own text.
The parent category's ID. Set this when placing a new category in the hierarchy.
Decides where the category is positioned relative to other categories at the same level under the same parent.
Image code from Norce image store for a category image. Not commonly used anymore.
Category code with string length of 50. Important to set and should be unique in the category tree.
Comma-separated list of phrases or words that can be indexed in the search functionality.
If true, the synonyms are inherited from the default language rather than being its own text.
Code field for storing global classification system according to UNSPSC standard.
Code field that can be used for business area classification.
External identifier for all products in the category. Optional field used to identify all products in one category in other systems.
Default VAT code for the current sales area (from the application) for all products in the category.
Explains where the VAT code is inherited from. Can be from the client setting or from the Norce default settings.
Different VAT codes for each sales area. If a client sales area is missing, the VAT code is inherited from client settings.
Default unit of measurement ID for all products in the category. Possible values: 1 (pcs), 2 (h), 3 (kg), 4 (l), 5 (pairs), 6 (sqm), 7 (m), 8 (boxes), 9 (rolls)
Default recommended sales quantity for all products in the category.
Default value indicating whether products in the category are returnable.
Default minimum margin on competitor pricing rules for products in the category. Should only be used if competitor pricing is activated.
Default target margin on competitor pricing rules for products in the category. Should only be used if competitor pricing is activated.
Availability threshold used for specific delivery promises at low stock levels.
Flag that forces Norce to set order quantities as multiples of the recommended sales quantity.
Flag marking products or whole categories as recurring products that can be bought in subscriptions.
False if the category is soft deleted, making it hidden and non-functional but easily reactivatable.
The name of the user who last changed the Category entity, null if never changed
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "FullName": "string", "DefaultFullName": "string", "IsFullNameInherited": true, "ParentId": 0, "ParentCode": "string", "ParentName": "string", "SortOrder": 0, "IsDisplayOnly": true, "ImageKey": "9afa8b7e-ca15-438f-a9d6-f679c437e59c", "ImageUrl": "string", "Code": "string", "Synonyms": "string", "DefaultSynonyms": "string", "IsSynonymsInherited": true, "UnspcCode": "string", "BusinessArea": "string", "CommodityCode": "string", "IntegrationPartNo": "string", "GrossWeight": 0.1, "VatCodeId": 0, "InheritedVatCodeId": 0, "IsVatCodeIdInherited": true, "InheritedVatCodeName": "string", "VatCodeIdInheritedFrom": "string", "VatCodeName": "string", "VatCodeValue": 0.1, "InheritedVatCodeValue": 0.1, "VatCodes": [ { … } ], "UnitOfMeasurementId": 0, "RecommendedSalesQty": 0.1, "IsReturnable": true, "IsDropShipOnly": true, "CompetitivePricingMinPercentage": 0.1, "CompetitivePricingTargetPercentage": 0.1, "HideInTopList": true, "StockDisplayBreakPoint": 0, "IsRecommendedQtyFixed": true, "IsRecurringOrderable": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
Category Parametric model, represents the association of a parametric attribute to a specific category, including settings that define how the parametric behaves within that category.
The category identifier this parametric is associated with.
A longer description for the parametric explaining it in more detail.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
The identifier of the parametric group this parametric belongs to. This can be the default group from the parametric definition or a specific group assigned for this category.
The name of the parametric group this parametric belongs to.
The description of the parametric group this parametric belongs to.
The filter sort order for this parametric. Has value if the parametric is promoted to a filter in the category.
Indicates whether this parametric is marked as secondary within the category. Used in front-end displays to de-emphasize less important attributes.
Indicates whether this parametric is required when assigned to products in this category. Overrides the global parametric setting if specified.
Indicates whether this parametric is hidden. Used in front-end displays to completely hide the attribute from view.
Inherited from Parametric, Indicates that the parametric will default to variants when merging products in this category.
Indicated if the parametric has list values (Type = list, and has at least one list value defined).
Indicated if the parametric has multiple values (Type = multiple, and has at least one list value defined).
False if the parametric link is soft deleted, Indicates whether this parametric association is active for the category.
The date and time when the CategoryParametric entity was last changed.
{ "Id": 15, "CategoryId": 11, "Name": "Machines - Cutting size", "Code": "p_machines_cutting_size", "Uom": "", "Description": "", "Type": "list", "TypeId": 0, "GroupId": 1, "GroupName": "Specifications", "GroupDescription": "Group of important specifications", "SortOrder": 1, "FocusSortOrder": 1, "PrioritySortOrder": null, "IsSecondary": false, "IsRequired": false, "IsHidden": false, "IsPublic": false, "DefaultIsVariantUnique": true, "HasListValues": false, "HasMultipleValues": false, "IsActive": true, "Changed": "04/14/2025 15:19", "ChangedBy": "Admin User" }