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/flag/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the CustomerFlag
External reference code for the customer flag, used for integration purposes.
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 explaining it in more detail.
The customer flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the customer flag 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 entity, null if never changed.
{ "Id": 0, "Code": "string", "GroupId": 0, "GroupName": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "AvailableOnCustomer": true, "AvailableOnCompany": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "IsDefault": true, "SortOrder": 0, "Cultures": [ { … } ] }
Flag to update
External reference code for the customer flag, used for integration purposes.
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 explaining it in more detail.
The customer flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the customer flag 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 entity, null if never changed.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"Code": "string",
"GroupId": 0,
"GroupName": "string",
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"AvailableOnCustomer": true,
"AvailableOnCompany": true,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"IsDefault": true,
"SortOrder": 0,
"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/flag
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of customer and company flags, if any exists
External reference code for the customer flag, used for integration purposes.
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 explaining it in more detail.
The customer flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the customer flag 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 entity, null if never changed.
List of all culture-specific text fields for the customer flag.
[ { "Id": 0, "Code": "string", "GroupId": 0, "GroupName": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "AvailableOnCustomer": true, "AvailableOnCompany": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "IsDefault": true, "SortOrder": 0, "Cultures": [ … ] } ]
Customer or company flag to create
External reference code for the customer flag, used for integration purposes.
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 explaining it in more detail.
The customer flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the customer flag 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 entity, null if never changed.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"Code": "string",
"GroupId": 0,
"GroupName": "string",
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"AvailableOnCustomer": true,
"AvailableOnCompany": true,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"IsDefault": true,
"SortOrder": 0,
"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/flag/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/flag/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted customer and company flags, if any exists
External reference code for the customer flag, used for integration purposes.
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 explaining it in more detail.
The customer flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the customer flag 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 entity, null if never changed.
List of all culture-specific text fields for the customer flag.
[ { "Id": 0, "Code": "string", "GroupId": 0, "GroupName": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "AvailableOnCustomer": true, "AvailableOnCompany": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "IsDefault": true, "SortOrder": 0, "Cultures": [ … ] } ]