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/customer/group/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'The customer flag 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 customer flag group explaining it in more detail.
The customer 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 customer flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag group entity, null if never changed.
{ "Id": 0, "ClientId": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
Customer flag group to update
The customer flag 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 customer flag group explaining it in more detail.
The customer 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 customer flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag group entity, null if never changed.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"ClientId": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"IsMultipleChoice": true,
"IsActive": true,
"Changed": "string",
"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/customer/group
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of customer flag groups, if any exists
The customer flag 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 customer flag group explaining it in more detail.
The customer 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 customer flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag group entity, null if never changed.
List of all culture-specific text fields for the customer flag group.
[ { "Id": 0, "ClientId": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]
Customer flag group to create
The customer flag 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 customer flag group explaining it in more detail.
The customer 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 customer flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag group entity, null if never changed.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"ClientId": 0,
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"IsMultipleChoice": true,
"IsActive": true,
"Changed": "string",
"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/customer/group/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/group/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted customer flag groups, if any exists
The customer flag 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 customer flag group explaining it in more detail.
The customer 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 customer flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag group entity, null if never changed.
List of all culture-specific text fields for the customer flag group.
[ { "Id": 0, "ClientId": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]