Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Path
parametricIdinteger(int32)required

Parametric id

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/list'

Responses

OK

BodyArray [
Idinteger(int32)
ParametricIdinteger(int32)
Valuestring
DefaultValuestring
IsValueInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Codestring
ImageKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
ImageUrlstring
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ParametricListCultureModel)
]
Response
[ { "Id": 0, "ParametricId": 0, "Value": "string", "DefaultValue": "string", "IsValueInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Update list values for a parametric

Request

Path
parametricIdinteger(int32)required

Parametric id

Query
useSortOrderboolean

When true the sort order of the values will be saved and manual sorting will be used. Only works when values are less than 100. Default is false.

Bodyrequired

Parametric values

Array [
Idinteger(int32)
ParametricIdinteger(int32)
Valuestring
DefaultValuestring
IsValueInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Codestring
ImageKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
ImageUrlstring
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ParametricListCultureModel)
]
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/list' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "Id": 0,
      "ParametricId": 0,
      "Value": "string",
      "DefaultValue": "string",
      "IsValueInherited": true,
      "Description": "string",
      "DefaultDescription": "string",
      "IsDescriptionInherited": true,
      "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
        }
      ]
    }
  ]'

Responses

OK

Body
object
Response
{}
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations