Info item id
MANAGEMENT API (BETA)
//
Get shopping info type
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
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
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/{itemId}'
Response
{ "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": [ { … } ] }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/{itemId}
- cURL
- JS
- C#
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' \
-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
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}'
Response
[ { "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": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}
- cURL
- JS
- C#
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' \
-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
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/deleted
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/order/infotype/shopping/{groupId}/deleted'
Response
[ { "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": [ … ] } ]