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/order/infotype/shopping/{groupId}/{itemId}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/{itemId}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the ShoppingInfoType
The group identifier that categorizes the info type, allowed values are: 1 = Quotation/Order, 2 = Quotation Item/Order Item
The unique code of the info type, needed to identify the info type in connect api imports.
The description of the info type in a specific language
The default description of the info type for the default language
Indicates whether the description is inherited from the default language
The data type specification for this info type. Deprecated "nvarchar(max)" is used for all types now.
{ "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "DataType": "string", "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
Type to update
The group identifier that categorizes the info type, allowed values are: 1 = Quotation/Order, 2 = Quotation Item/Order Item
The unique code of the info type, needed to identify the info type in connect api imports.
The description of the info type in a specific language
The default description of the info type for the default language
Indicates whether the description is inherited from the default language
The data type specification for this info type. Deprecated "nvarchar(max)" is used for all types now.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/{itemId}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/{itemId}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"GroupId": 0,
"Code": "string",
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"DataType": "string",
"SortOrder": 0,
"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/order/infotype/shopping/{groupId}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of active shopping info types for the specified group, if any exists
The group identifier that categorizes the info type, allowed values are: 1 = Quotation/Order, 2 = Quotation Item/Order Item
The unique code of the info type, needed to identify the info type in connect api imports.
The description of the info type in a specific language
The default description of the info type for the default language
Indicates whether the description is inherited from the default language
The data type specification for this info type. Deprecated "nvarchar(max)" is used for all types now.
The list of culture-specific translations for this shopping info type.
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "DataType": "string", "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]
Shopping info type to add
The group identifier that categorizes the info type, allowed values are: 1 = Quotation/Order, 2 = Quotation Item/Order Item
The unique code of the info type, needed to identify the info type in connect api imports.
The description of the info type in a specific language
The default description of the info type for the default language
Indicates whether the description is inherited from the default language
The data type specification for this info type. Deprecated "nvarchar(max)" is used for all types now.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}
curl -i -X POST \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"GroupId": 0,
"Code": "string",
"Name": "string",
"DefaultName": "string",
"IsNameInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"DataType": "string",
"SortOrder": 0,
"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/order/infotype/shopping/{groupId}/deleted
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/deleted' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted shopping info types for the specified group, if any exists
The group identifier that categorizes the info type, allowed values are: 1 = Quotation/Order, 2 = Quotation Item/Order Item
The unique code of the info type, needed to identify the info type in connect api imports.
The description of the info type in a specific language
The default description of the info type for the default language
Indicates whether the description is inherited from the default language
The data type specification for this info type. Deprecated "nvarchar(max)" is used for all types now.
The list of culture-specific translations for this shopping info type.
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "DataType": "string", "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]