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/
File model, represents a client configured file or image type for products with culture-specific properties.
The localized description of the file type for a specific culture
The description of the file type for the default language
The file extension, from the built-in file type for this file type, e.g., "jpg", "gif", "pdf", "mp4" etc.
The MIME type, from the built-in file type for this file type, e.g., "image/jpeg", "application/pdf", etc.
The sort order of the file type, used for displaying file types in choices and lists in the admin interface. And is also provided in API results.
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "TypeId": 0, "TypeExtension": "string", "TypeMimeType": "string", "SortOrder": 0, "IsActive": true, "IsImage": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
FlagGroup model, represents a group of flags, giving more context to them. The group define if flags can have many selected from the group at the same time as well. If false, any other flag set will be unset from the group, when a new flag is selected.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the flag group explaining it in more detail.
The flag group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether multiple flags can be selected from this group at the same time. If false, selecting a new flag will unset other flags from the group.
False if the flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
Indicates whether this flag group is marked as a favorite and displayed prominently on the product page in the admin interface. Used purely for UI purposes.
The name of the user who last changed the flag group entity, null if never changed.
{ "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "IsFavorite": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ { … } ] }