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/parametricgroup/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the Parametric Group
The parametric group name in a specific language.
The parametric group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric group explaining it in more detail.
The parametric group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the parametric group is soft deleted, making it hidden and non-functional but easily reactivatable.
Parametric group code with string length of 50. Important to set and should be unique across all parametric groups.
The date and time when the ParametricGroup entity was last changed.
The name of the user who last changed the ParametricGroup entity, null if never changed.
List of all culture-specific text fields for the parametric group.
{ "Id": 5, "Name": "Characteristics", "DefaultName": "Characteristics", "IsNameInherited": false, "Description": "Common characteristics", "DefaultDescription": "Common characteristics", "IsDescriptionInherited": false, "IsActive": true, "Code": "pg_characteristics", "Changed": "06/08/2024 14:40", "ChangedBy": "Admin user", "Cultures": [ { … }, { … }, { … } ] }
Parametric group to update
The parametric group name in a specific language.
The parametric group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric group explaining it in more detail.
The parametric group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the parametric group is soft deleted, making it hidden and non-functional but easily reactivatable.
Parametric group code with string length of 50. Important to set and should be unique across all parametric groups.
The date and time when the ParametricGroup entity was last changed.
The name of the user who last changed the ParametricGroup entity, null if never changed.
List of all culture-specific text fields for the parametric group.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 5,
"Name": "Characteristics",
"DefaultName": "Characteristics",
"IsNameInherited": false,
"Description": "Common characteristics",
"DefaultDescription": "Common characteristics",
"IsDescriptionInherited": false,
"IsActive": true,
"Code": "pg_characteristics",
"Changed": "06/08/2024 14:40",
"ChangedBy": "Admin user",
"Cultures": [
{
"CultureCode": "en-GB",
"Name": "Characteristics",
"IsNameInherited": false,
"Description": "Common characteristics",
"IsDescriptionInherited": false,
"IsTranslated": true
},
{
"CultureCode": "nb-NO",
"Name": null,
"IsNameInherited": true,
"Description": null,
"IsDescriptionInherited": true,
"IsTranslated": false
},
{
"CultureCode": "sv-SE",
"Name": null,
"IsNameInherited": true,
"Description": null,
"IsDescriptionInherited": true,
"IsTranslated": false
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of parametric groups, if any exists
The parametric group name in a specific language.
The parametric group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric group explaining it in more detail.
The parametric group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the parametric group is soft deleted, making it hidden and non-functional but easily reactivatable.
Parametric group code with string length of 50. Important to set and should be unique across all parametric groups.
The date and time when the ParametricGroup entity was last changed.
The name of the user who last changed the ParametricGroup entity, null if never changed.
List of all culture-specific text fields for the parametric group.
[ { "Id": 5, "Name": "Characteristics", "DefaultName": "Characteristics", "IsNameInherited": false, "Description": "Common characteristics", "DefaultDescription": "Common characteristics", "IsDescriptionInherited": false, "IsActive": true, "Code": "pg_characteristics", "Changed": "06/08/2024 14:40", "ChangedBy": "Admin user", "Cultures": [ … ] } ]
Parametric group to add
The parametric group name in a specific language.
The parametric group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric group explaining it in more detail.
The parametric group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the parametric group is soft deleted, making it hidden and non-functional but easily reactivatable.
Parametric group code with string length of 50. Important to set and should be unique across all parametric groups.
The date and time when the ParametricGroup entity was last changed.
The name of the user who last changed the ParametricGroup entity, null if never changed.
List of all culture-specific text fields for the parametric group.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 5,
"Name": "Characteristics",
"DefaultName": "Characteristics",
"IsNameInherited": false,
"Description": "Common characteristics",
"DefaultDescription": "Common characteristics",
"IsDescriptionInherited": false,
"IsActive": true,
"Code": "pg_characteristics",
"Changed": "06/08/2024 14:40",
"ChangedBy": "Admin user",
"Cultures": [
{
"CultureCode": "en-GB",
"Name": "Characteristics",
"IsNameInherited": false,
"Description": "Common characteristics",
"IsDescriptionInherited": false,
"IsTranslated": true
},
{
"CultureCode": "nb-NO",
"Name": null,
"IsNameInherited": true,
"Description": null,
"IsDescriptionInherited": true,
"IsTranslated": false
},
{
"CultureCode": "sv-SE",
"Name": null,
"IsNameInherited": true,
"Description": null,
"IsDescriptionInherited": true,
"IsTranslated": false
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametricgroup/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted parametric groups, if any exists
The parametric group name in a specific language.
The parametric group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric group explaining it in more detail.
The parametric group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the parametric group is soft deleted, making it hidden and non-functional but easily reactivatable.
Parametric group code with string length of 50. Important to set and should be unique across all parametric groups.
The date and time when the ParametricGroup entity was last changed.
The name of the user who last changed the ParametricGroup entity, null if never changed.
List of all culture-specific text fields for the parametric group.
[ { "Id": 5, "Name": "Characteristics", "DefaultName": "Characteristics", "IsNameInherited": false, "Description": "Common characteristics", "DefaultDescription": "Common characteristics", "IsDescriptionInherited": false, "IsActive": true, "Code": "pg_characteristics", "Changed": "06/08/2024 14:40", "ChangedBy": "Admin user", "Cultures": [ … ] } ]