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://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
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": [ { … } ] }