Parametric id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/multiple'
[ { "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": [ … ] } ]
Parametric multiple values
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 } ] } ]'