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/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the Parametric
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric explaining it in more detail.
The parametric description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Unit of measurement for the parametric value. This is a text field allowing any unit to be specified. Used in presentation views in front-end.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
Human-readable name for the parametric type. (e.g., Text, HTML, Integer, Decimal, Date, Boolean, List, Multiple list).
Indicates whether this parametric is required when assigned to a product. If true, this parametrics is marked as mandatory in admin and front-end interfaces.
Indicates whether this parametric is marked as a favorite for quick access in the Admin interface.
Indicates whether this parametric is read-only and cannot be modified in the Admin interface. Can still be changed programmatically, using connect API.
Indicates whether this parametric is hidden from the user interface. If true, it will be marked as hidden in front-end facing api models.
Called "Global" in the Admin interface. Indicates whether this parametric is by default available on all categories (on all products).
Indicates that the parametric will default to variants when merging products.
False if the parametric is soft deleted, removes it from the admin interface and non-functional but easily reactivatable. Note that product data on this parametric is not deleted but not accessible through normal means, until reactivated.
The editor type used for input of this parametric. Type must be "html" and the choices are e.g. "text" and "html". Only used in Admin interface.
Parametric code with string length of 50. Important to set and should be unique across all parametrics.
Deprecated functionality, used as a collection identifier from external product sources.
The name of the user who last changed the Parametric entity, null if never changed.
List of all culture-specific text fields for the parametric.
Indicates whether this parametric should be shown on the text tab in the Admin interface.
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ], "ShowOnTextTab": true, "ShowInList": true }
Parametric to update
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric explaining it in more detail.
The parametric description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Unit of measurement for the parametric value. This is a text field allowing any unit to be specified. Used in presentation views in front-end.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
Human-readable name for the parametric type. (e.g., Text, HTML, Integer, Decimal, Date, Boolean, List, Multiple list).
Indicates whether this parametric is required when assigned to a product. If true, this parametrics is marked as mandatory in admin and front-end interfaces.
Indicates whether this parametric is marked as a favorite for quick access in the Admin interface.
Indicates whether this parametric is read-only and cannot be modified in the Admin interface. Can still be changed programmatically, using connect API.
Indicates whether this parametric is hidden from the user interface. If true, it will be marked as hidden in front-end facing api models.
Called "Global" in the Admin interface. Indicates whether this parametric is by default available on all categories (on all products).
Indicates that the parametric will default to variants when merging products.
False if the parametric is soft deleted, removes it from the admin interface and non-functional but easily reactivatable. Note that product data on this parametric is not deleted but not accessible through normal means, until reactivated.
The editor type used for input of this parametric. Type must be "html" and the choices are e.g. "text" and "html". Only used in Admin interface.
Parametric code with string length of 50. Important to set and should be unique across all parametrics.
Deprecated functionality, used as a collection identifier from external product sources.
The name of the user who last changed the Parametric entity, null if never changed.
List of all culture-specific text fields for the parametric.
Indicates whether this parametric should be shown on the text tab in the Admin interface.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"Uom": "string",
"DefaultUom": "string",
"IsUomInherited": true,
"Type": "string",
"TypeName": "string",
"GroupId": 0,
"GroupName": "string",
"IsRequired": true,
"IsFavorite": true,
"IsReadOnly": true,
"IsHidden": true,
"IsPublic": true,
"DefaultIsVariantUnique": true,
"IsActive": true,
"Editor": "string",
"Code": "string",
"CodeListKey": "string",
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"Uom": "string",
"IsUomInherited": true,
"IsTranslated": true
}
],
"ShowOnTextTab": true,
"ShowInList": true
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of parametrics, if any exists
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric explaining it in more detail.
The parametric description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Unit of measurement for the parametric value. This is a text field allowing any unit to be specified. Used in presentation views in front-end.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
Human-readable name for the parametric type. (e.g., Text, HTML, Integer, Decimal, Date, Boolean, List, Multiple list).
Indicates whether this parametric is required when assigned to a product. If true, this parametrics is marked as mandatory in admin and front-end interfaces.
Indicates whether this parametric is marked as a favorite for quick access in the Admin interface.
Indicates whether this parametric is read-only and cannot be modified in the Admin interface. Can still be changed programmatically, using connect API.
Indicates whether this parametric is hidden from the user interface. If true, it will be marked as hidden in front-end facing api models.
Called "Global" in the Admin interface. Indicates whether this parametric is by default available on all categories (on all products).
Indicates that the parametric will default to variants when merging products.
False if the parametric is soft deleted, removes it from the admin interface and non-functional but easily reactivatable. Note that product data on this parametric is not deleted but not accessible through normal means, until reactivated.
The editor type used for input of this parametric. Type must be "html" and the choices are e.g. "text" and "html". Only used in Admin interface.
Parametric code with string length of 50. Important to set and should be unique across all parametrics.
Deprecated functionality, used as a collection identifier from external product sources.
The name of the user who last changed the Parametric entity, null if never changed.
List of all culture-specific text fields for the parametric.
Indicates whether this parametric should be shown on the text tab in the Admin interface.
Makes this parametric available when listing products through the API. Only valid for List and multiple list types.
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ … ], "ShowOnTextTab": true, "ShowInList": true } ]
Parametric to add
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric explaining it in more detail.
The parametric description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Unit of measurement for the parametric value. This is a text field allowing any unit to be specified. Used in presentation views in front-end.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
Human-readable name for the parametric type. (e.g., Text, HTML, Integer, Decimal, Date, Boolean, List, Multiple list).
Indicates whether this parametric is required when assigned to a product. If true, this parametrics is marked as mandatory in admin and front-end interfaces.
Indicates whether this parametric is marked as a favorite for quick access in the Admin interface.
Indicates whether this parametric is read-only and cannot be modified in the Admin interface. Can still be changed programmatically, using connect API.
Indicates whether this parametric is hidden from the user interface. If true, it will be marked as hidden in front-end facing api models.
Called "Global" in the Admin interface. Indicates whether this parametric is by default available on all categories (on all products).
Indicates that the parametric will default to variants when merging products.
False if the parametric is soft deleted, removes it from the admin interface and non-functional but easily reactivatable. Note that product data on this parametric is not deleted but not accessible through normal means, until reactivated.
The editor type used for input of this parametric. Type must be "html" and the choices are e.g. "text" and "html". Only used in Admin interface.
Parametric code with string length of 50. Important to set and should be unique across all parametrics.
Deprecated functionality, used as a collection identifier from external product sources.
The name of the user who last changed the Parametric entity, null if never changed.
List of all culture-specific text fields for the parametric.
Indicates whether this parametric should be shown on the text tab in the Admin interface.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"Uom": "string",
"DefaultUom": "string",
"IsUomInherited": true,
"Type": "string",
"TypeName": "string",
"GroupId": 0,
"GroupName": "string",
"IsRequired": true,
"IsFavorite": true,
"IsReadOnly": true,
"IsHidden": true,
"IsPublic": true,
"DefaultIsVariantUnique": true,
"IsActive": true,
"Editor": "string",
"Code": "string",
"CodeListKey": "string",
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"Uom": "string",
"IsUomInherited": true,
"IsTranslated": true
}
],
"ShowOnTextTab": true,
"ShowInList": true
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted parametrics, if any exists
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric explaining it in more detail.
The parametric description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Unit of measurement for the parametric value. This is a text field allowing any unit to be specified. Used in presentation views in front-end.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
Human-readable name for the parametric type. (e.g., Text, HTML, Integer, Decimal, Date, Boolean, List, Multiple list).
Indicates whether this parametric is required when assigned to a product. If true, this parametrics is marked as mandatory in admin and front-end interfaces.
Indicates whether this parametric is marked as a favorite for quick access in the Admin interface.
Indicates whether this parametric is read-only and cannot be modified in the Admin interface. Can still be changed programmatically, using connect API.
Indicates whether this parametric is hidden from the user interface. If true, it will be marked as hidden in front-end facing api models.
Called "Global" in the Admin interface. Indicates whether this parametric is by default available on all categories (on all products).
Indicates that the parametric will default to variants when merging products.
False if the parametric is soft deleted, removes it from the admin interface and non-functional but easily reactivatable. Note that product data on this parametric is not deleted but not accessible through normal means, until reactivated.
The editor type used for input of this parametric. Type must be "html" and the choices are e.g. "text" and "html". Only used in Admin interface.
Parametric code with string length of 50. Important to set and should be unique across all parametrics.
Deprecated functionality, used as a collection identifier from external product sources.
The name of the user who last changed the Parametric entity, null if never changed.
List of all culture-specific text fields for the parametric.
Indicates whether this parametric should be shown on the text tab in the Admin interface.
Makes this parametric available when listing products through the API. Only valid for List and multiple list types.
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ … ], "ShowOnTextTab": true, "ShowInList": true } ]