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/product/variant-group/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "VariantTypes": [ { … } ], "Cultures": [ { … } ] }
Variant group
The description of the variant group in the current culture
Indicates whether the description is inherited from the default culture
The list of variant types associated with this variant group
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group/{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,
"Code": "string",
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"VariantTypes": [
{
"Id": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"Code": "string",
"SortOrder": 0,
"IsActive": true,
"ParametricId": 0,
"ParametricName": "string",
"ParametricDescription": "string",
"Uom": "string",
"Type": "string",
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"IsTranslated": true,
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true
}
]
}
],
"Cultures": [
{
"CultureCode": "string",
"IsTranslated": true,
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of active variant groups
The description of the variant group in the current culture
Indicates whether the description is inherited from the default culture
The list of variant types associated with this variant group
The list of culture-specific translations for this variant group
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "VariantTypes": [ … ], "Cultures": [ … ] } ]
Variant group
The description of the variant group in the current culture
Indicates whether the description is inherited from the default culture
The list of variant types associated with this variant group
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/variant-group \
-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,
"Code": "string",
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"VariantTypes": [
{
"Id": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"Code": "string",
"SortOrder": 0,
"IsActive": true,
"ParametricId": 0,
"ParametricName": "string",
"ParametricDescription": "string",
"Uom": "string",
"Type": "string",
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"IsTranslated": true,
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true
}
]
}
],
"Cultures": [
{
"CultureCode": "string",
"IsTranslated": true,
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true
}
]
}'0