https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/Parametrics
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/Parametrics \
-H 'ApplicationId: 0'A queryable collection of parametric definitions.
The default name of the parametric in the default culture.
The default description of the parametric in the default culture.
The type identifier, Text (1), Integer (2), Decimal (3), Boolean (4), HTML (5), Date (6).
Indicates whether the parametric has list values, is of type List and has at least one list item.
Indicates whether the parametric has multiple values, is of type Multiple and has at least one multiple item.
Indicates whether the parametric is used in at least one variant group (variant type). A parametric can be used in multiple variant groups.
Indicates whether the parametric is required, can be overridden on the CategoryParametric setting.
Indicates whether the parametric should be hidden in front end applications.
The editor, HTML or Text, used by the admin tool to allow for editing the parametric value.
Indicates whether the parametric is favorite, adds the parametric to the top header of the product page in the admin tool.
Indicates whether the parametric is public, similar to IsHidden, but not used anymore, shows same values as IsActive.
Indicates if the parametric should be set on variant level by default on products.
Indicates whether show on text tab is enabled, moved the parametric to the text tab in the admin tool.
Indicates whether show in list is enabled, makes the parametric available in listings from api calls in commerce service.
[ { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "defaultUom": "string", "typeId": 0, "hasListValues": true, "hasMultipleValues": true, "isVariantType": true, "isRequired": true, "isHidden": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "codeListKey": "string", "isReadOnly": true, "editor": "string", "isFavorite": true, "isPublic": true, "groupId": 0, "defaultIsVariantUnique": true, "showOnTextTab": true, "showInList": true, "categoryParametric": [ … ], "group": { … }, "cultures": [ … ], "parametricList": [ … ], "parametricMultiple": [ … ], "productParametric": [ … ], "variantType": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricListValues
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricListValues \
-H 'ApplicationId: 0'[ { "id": 0, "parametricId": 0, "defaultVarcharValue": "string", "defaultDescription": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "imageKey": "string", "imagePath": "string", "clientId": 0, "parametric": { … }, "cultures": [ … ], "productParametric": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricMultipleValues
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricMultipleValues \
-H 'ApplicationId: 0'[ { "id": 0, "parametricId": 0, "defaultValue": "string", "defaultDescription": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "imageKey": "string", "imagePath": "string", "clientId": 0, "parametric": { … }, "cultures": [ … ], "productParametricMultiple": [ … ] } ]