Skip to content
Download OpenAPI description
Languages
Servers

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

Operations
Operations

Request

Path
categoryIdinteger(int32)required

Category id

Query
isRequiredboolean

Only required parameters. Defaults to false

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

Responses

OK

BodyArray [
Idinteger(int32)
CategoryIdinteger(int32)
Namestring
Codestring
Uomstring
Descriptionstring
Typestring
TypeIdinteger(int32)
GroupIdinteger(int32)
GroupNamestring
SortOrderinteger(int32)
FocusSortOrderinteger(int32)
PrioritySortOrderinteger(int32)
IsSecondaryboolean
IsRequiredboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
HasListValuesboolean
HasMultipleValuesboolean
IsActiveboolean
Changedstring
ChangedBystring
]
Response
[ { "Id": 0, "CategoryId": 0, "Name": "string", "Code": "string", "Uom": "string", "Description": "string", "Type": "string", "TypeId": 0, "GroupId": 0, "GroupName": "string", "SortOrder": 0, "FocusSortOrder": 0, "PrioritySortOrder": 0, "IsSecondary": true, "IsRequired": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "HasListValues": true, "HasMultipleValues": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]

Request

Path
categoryIdinteger(int32)required

Category id

Bodyrequired

Parametrics

Array [
Idinteger(int32)
CategoryIdinteger(int32)
Namestring
Codestring
Uomstring
Descriptionstring
Typestring
TypeIdinteger(int32)
GroupIdinteger(int32)
GroupNamestring
SortOrderinteger(int32)
FocusSortOrderinteger(int32)
PrioritySortOrderinteger(int32)
IsSecondaryboolean
IsRequiredboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
HasListValuesboolean
HasMultipleValuesboolean
IsActiveboolean
Changedstring
ChangedBystring
]
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "Id": 0,
      "CategoryId": 0,
      "Name": "string",
      "Code": "string",
      "Uom": "string",
      "Description": "string",
      "Type": "string",
      "TypeId": 0,
      "GroupId": 0,
      "GroupName": "string",
      "SortOrder": 0,
      "FocusSortOrder": 0,
      "PrioritySortOrder": 0,
      "IsSecondary": true,
      "IsRequired": true,
      "IsHidden": true,
      "IsPublic": true,
      "DefaultIsVariantUnique": true,
      "HasListValues": true,
      "HasMultipleValues": true,
      "IsActive": true,
      "Changed": "string",
      "ChangedBy": "string"
    }
  ]'

Responses

OK

Body
object
Response
{}

Copy parametrics to all child categories

Request

Path
categoryIdinteger(int32)required

Parent category id

Bodyrequired

Parametrics that will be replaced for child categories

Array [
Idinteger(int32)
CategoryIdinteger(int32)
Namestring
Codestring
Uomstring
Descriptionstring
Typestring
TypeIdinteger(int32)
GroupIdinteger(int32)
GroupNamestring
SortOrderinteger(int32)
FocusSortOrderinteger(int32)
PrioritySortOrderinteger(int32)
IsSecondaryboolean
IsRequiredboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
HasListValuesboolean
HasMultipleValuesboolean
IsActiveboolean
Changedstring
ChangedBystring
]
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric/copy-to-children' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "Id": 0,
      "CategoryId": 0,
      "Name": "string",
      "Code": "string",
      "Uom": "string",
      "Description": "string",
      "Type": "string",
      "TypeId": 0,
      "GroupId": 0,
      "GroupName": "string",
      "SortOrder": 0,
      "FocusSortOrder": 0,
      "PrioritySortOrder": 0,
      "IsSecondary": true,
      "IsRequired": true,
      "IsHidden": true,
      "IsPublic": true,
      "DefaultIsVariantUnique": true,
      "HasListValues": true,
      "HasMultipleValues": true,
      "IsActive": true,
      "Changed": "string",
      "ChangedBy": "string"
    }
  ]'

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
Operations
Operations
Operations
Operations
Operations
Operations