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/flag/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the ProductFlag
The type identifier for the product flag. Allowed values are: 1= Product flag, 2 = Variant flag
External reference code for the product 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 product flag explaining it in more detail.
The product flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether this flag can be manually edited by users in the admin interface.
False if the product 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 product flag entity, null if never changed.
{ "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ { … } ] }
Flag to update
The type identifier for the product flag. Allowed values are: 1= Product flag, 2 = Variant flag
External reference code for the product 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 product flag explaining it in more detail.
The product flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether this flag can be manually edited by users in the admin interface.
False if the product 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 product flag entity, null if never changed.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"TypeId": 0,
"GroupId": 0,
"GroupName": "string",
"Code": "string",
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"IsManuallyEditable": true,
"SortOrder": 0,
"IsActive": 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/flag
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of product flags, if any exists
The type identifier for the product flag. Allowed values are: 1= Product flag, 2 = Variant flag
External reference code for the product 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 product flag explaining it in more detail.
The product flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether this flag can be manually edited by users in the admin interface.
False if the product 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 product flag entity, null if never changed.
List of all culture-specific text fields for the product flag.
[ { "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ … ] } ]
Flag to add
The type identifier for the product flag. Allowed values are: 1= Product flag, 2 = Variant flag
External reference code for the product 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 product flag explaining it in more detail.
The product flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether this flag can be manually edited by users in the admin interface.
False if the product 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 product flag entity, null if never changed.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"TypeId": 0,
"GroupId": 0,
"GroupName": "string",
"Code": "string",
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"IsManuallyEditable": true,
"SortOrder": 0,
"IsActive": 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/flag/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted product flags, if any exists
The type identifier for the product flag. Allowed values are: 1= Product flag, 2 = Variant flag
External reference code for the product 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 product flag explaining it in more detail.
The product flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether this flag can be manually edited by users in the admin interface.
False if the product 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 product flag entity, null if never changed.
List of all culture-specific text fields for the product flag.
[ { "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ … ] } ]