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/flaggroup/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the product flag group if found
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": [ { … } ] }
Product flag group model
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.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"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": [
{
"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/flaggroup
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of product flag groups, 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 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.
List of all culture-specific text fields for the flag group.
[ { "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": [ … ] } ]
Product flag group model
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.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"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": [
{
"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/flaggroup/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted product flag groups, 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 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.
List of all culture-specific text fields for the flag group.
[ { "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": [ … ] } ]