Query (v1)

Download OpenAPI description
Languages
Servers

https://norcecommerce.api-se.norce.tech/commerce/query/3.0/

Schemas

CategoryHierarchy

categoryIdinteger(int32)

The category identifier.

clientIdinteger(int32)

The client identifier.

parentCategoryIdinteger(int32)

The parent category identifier.

hierarchyinteger(int32)

The hierarchy.

category(Category (object or null))
One of:
parentCategory(Category (object or null))
One of:
{ "categoryId": 0, "clientId": 0, "parentCategoryId": 0, "hierarchy": 0, "category": { "id": 0, "clientId": 0, "code": "string", "defaultName": "string", "defaultDescription": "string", "defaultSynonyms": "string", "defaultImagePath": "string", "unspcCode": "string", "businessArea": "string", "defaultCommodityCode": "string", "defaultIntegrationPartNo": "string", "defaultTrackingCodeTypeId": 0, "freightClassId": 0, "defaultGrossWeight": 0, "defaultNetWeight": 0, "defaultUnitOfMeasurementId": 0, "defaultPackageId": 0, "defaultIsReturnable": true, "defaultIsDropShipOnly": true, "insuranceCurrencyId": 0, "insuranceStartPrice": 0, "insuranceRunningPercentage": 0, "populationRuleId": 0, "hideInTopList": true, "phoneNumber": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "competitivePricingMinPercentage": 0, "competitivePricingTargetPercentage": 0, "defaultVariantGroupId": 0, "defaultRecommendedSalesQty": 0, "imageKey": "string", "defaultFullName": "string", "structureSortOrder": 0, "defaultStockDisplayBreakPoint": 0, "defaultIsRecommendedSalesQtyFixed": true, "defaultIsRecurringOrderable": true, "cultures": [], "categoryHierarchyCategory": [], "categoryHierarchyParentCategory": [], "parametrics": [], "salesAreas": [], "categoryStructureItem": [], "productCategory": [] }, "parentCategory": { "id": 0, "clientId": 0, "code": "string", "defaultName": "string", "defaultDescription": "string", "defaultSynonyms": "string", "defaultImagePath": "string", "unspcCode": "string", "businessArea": "string", "defaultCommodityCode": "string", "defaultIntegrationPartNo": "string", "defaultTrackingCodeTypeId": 0, "freightClassId": 0, "defaultGrossWeight": 0, "defaultNetWeight": 0, "defaultUnitOfMeasurementId": 0, "defaultPackageId": 0, "defaultIsReturnable": true, "defaultIsDropShipOnly": true, "insuranceCurrencyId": 0, "insuranceStartPrice": 0, "insuranceRunningPercentage": 0, "populationRuleId": 0, "hideInTopList": true, "phoneNumber": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "competitivePricingMinPercentage": 0, "competitivePricingTargetPercentage": 0, "defaultVariantGroupId": 0, "defaultRecommendedSalesQty": 0, "imageKey": "string", "defaultFullName": "string", "structureSortOrder": 0, "defaultStockDisplayBreakPoint": 0, "defaultIsRecommendedSalesQtyFixed": true, "defaultIsRecurringOrderable": true, "cultures": [], "categoryHierarchyCategory": [], "categoryHierarchyParentCategory": [], "parametrics": [], "salesAreas": [], "categoryStructureItem": [], "productCategory": [] } }

CategoryParametric

categoryIdinteger(int32)

The category identifier.

clientIdinteger(int32)

The client identifier.

parametricIdinteger(int32)

The parametric identifier.

groupIdinteger or null(int32)

The parametric group identifier.

sortOrderinteger or null(int32)

The sort order for display purposes.

focusSortOrderinteger or null(int32)

The focus sort order, focus is called filter in the admin tool.

isSecondaryboolean

Indicates whether the category parametric is secondary, not commonly used.

isRequiredboolean or null

Indicates whether the category parametric is required, overrides the parametric default.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

prioritySortOrderinteger or null(int32)

The priority sort order.

category(Category (object or null))
One of:
group(ParametricGroup (object or null))
One of:
parametric(Parametric (object or null))
One of:
{ "categoryId": 0, "clientId": 0, "parametricId": 0, "groupId": 0, "sortOrder": 0, "focusSortOrder": 0, "isSecondary": true, "isRequired": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "prioritySortOrder": 0, "category": { "id": 0, "clientId": 0, "code": "string", "defaultName": "string", "defaultDescription": "string", "defaultSynonyms": "string", "defaultImagePath": "string", "unspcCode": "string", "businessArea": "string", "defaultCommodityCode": "string", "defaultIntegrationPartNo": "string", "defaultTrackingCodeTypeId": 0, "freightClassId": 0, "defaultGrossWeight": 0, "defaultNetWeight": 0, "defaultUnitOfMeasurementId": 0, "defaultPackageId": 0, "defaultIsReturnable": true, "defaultIsDropShipOnly": true, "insuranceCurrencyId": 0, "insuranceStartPrice": 0, "insuranceRunningPercentage": 0, "populationRuleId": 0, "hideInTopList": true, "phoneNumber": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "competitivePricingMinPercentage": 0, "competitivePricingTargetPercentage": 0, "defaultVariantGroupId": 0, "defaultRecommendedSalesQty": 0, "imageKey": "string", "defaultFullName": "string", "structureSortOrder": 0, "defaultStockDisplayBreakPoint": 0, "defaultIsRecommendedSalesQtyFixed": true, "defaultIsRecurringOrderable": true, "cultures": [], "categoryHierarchyCategory": [], "categoryHierarchyParentCategory": [], "parametrics": [], "salesAreas": [], "categoryStructureItem": [], "productCategory": [] }, "group": { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "parametrics": [], "parametric": [], "cultures": [] }, "parametric": { "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": [] } }

ParametricGroup

idinteger(int32)

The unique identifier of the parametric group.

clientIdinteger(int32)

The client identifier.

defaultNamestring[ 0 .. 50 ] charactersrequired

The default name of the parametric group.

defaultDescriptionstring or null[ 0 .. 500 ] characters

The default description of the parametric group.

isActiveboolean

Indicates whether the parametric group is active.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

codestring or null[ 0 .. 50 ] characters

The code of the parametric group.

parametricsArray of objects or null(CategoryParametric)
parametricArray of objects or null(Parametric)
culturesArray of objects or null(ParametricGroupCulture)
{ "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "parametrics": [ {} ], "parametric": [ {} ], "cultures": [ {} ] }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations