Parametric id
MANAGEMENT API (BETA)
/- List multiple values for a parametric
Update multiple values for a parametric
List multiple values for...
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/parametric/{parametricId}/multiple
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/multiple'
Response
[ { "Id": 0, "ParametricId": 0, "Value": "string", "DefaultValue": "string", "IsValueInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "Code": "string", "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ … ] } ]
Bodyrequired Array []
- application/json
- text/json
- application/x-www-form-urlencoded
Parametric multiple values
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/multiple
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/multiple' \
-H 'Content-Type: application/json' \
-d '[
{
"Id": 0,
"ParametricId": 0,
"Value": "string",
"DefaultValue": "string",
"IsValueInherited": true,
"Description": "string",
"DefaultDescription": "string",
"IsDescriptionInherited": true,
"SortOrder": 0,
"Code": "string",
"ImageKey": "00000000-0000-0000-0000-000000000000",
"ImageUrl": "string",
"IsActive": true,
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Value": "string",
"IsValueInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"IsTranslated": true
}
]
}
]'