https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationRoles
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationRoles \
-H 'ApplicationId: 0'[ { "id": 0, "applicationId": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "replacesApplicationRoleId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isDefault": true, "code": "string", "applicationAccount": [ … ], "applicationAccountApplicationRole": [ … ], "cultures": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/Categories
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/Categories \
-H 'ApplicationId: 0'A queryable collection of categories.
The default commodity code, can be overriden on product level.
The default integration part number, can be overriden on product level.
The default tracking code type identifier, not used anymore.
The default gross weight, can be overriden on product level, called Actual Weight in the admin tool and in other API's.
The default net weight, can be overriden on product level, not used anymore.
The default unit of measurement identifier, can be overriden on product level.
The default package identifier, can be overriden on product level, not used anymore.
Indicates whether returnable is enabled by default, can be overriden on product level, not commonly used.
Indicates whether drop ship only is enabled by default, can be overriden on product level.
The insurance running percentage, not used anymore.
Indicates whether hide in top list is enabled, can be overriden on product level, disables popularity ranking on the products in the category.
The default recommended sales quantity, can be overriden on product level.
The default full name, automatically generated from the category hierarchy, like: RootName - BranchName - LeafName.
The structure sort order, automatically generated sort order based on the category hierarchy.
The default stock display break point, can be overriden on product level.
Indicates whether recommended sales qty fixed is enabled by default, can be overriden on product level.
Indicates whether recurring orderable is enabled by default, can be overriden on product level, not commonly used.
[ { "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": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/SupplierCategoryMappings
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/SupplierCategoryMappings \
-H 'ApplicationId: 0'[ { "categorySupplierId": 0, "code": "string", "categoryId": 0, "categoryName": "string", "productCount": 0, "isMapped": true, "clientId": 0, "supplierId": 0, "isActive": true } ]