Norce Query API is an API based on OData V4. It is an API to fill the need for data from Norce in integration services that do not have direct access to Norce’s data and data models.
https://customer-slug.api-se.norce.tech/commerce/query/2.0/
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductCategories
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductCategories[ { "ProductId": 0, "CategoryId": 0, "ClientId": 0, "IsPrimary": true, "SortOrder": 0, "ProductSortOrder": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/SupplierProductSkuClient
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/SupplierProductSkuClient[ { "PartNo": "string", "SupplierId": 0, "ClientId": 0, "ProductId": 0, "ManufacturerId": 0, "CategoryId": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Sku": { … }, "Product": { … } } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductSkus
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductSkusSuccess
Cultures.
PriceLists.
SalesAreas.
OnHands.
StructureItems.
BestPrices.
[ { "PartNo": "string", "ProductId": 0, "ClientId": 0, "StatusId": 0, "StatusLastUpdated": "2019-08-24T14:15:22Z", "StatusLastUpdatedBy": 0, "TypeId": 0, "IntegrationPartNo": "string", "ErpName": "string", "DefaultComment": "string", "CommodityCode": "string", "EanCode": "string", "TrackingCode": "string", "GrossWeight": 0, "NetWeight": 0, "FreightClassId": 0, "UnitOfMeasurementId": 0, "UnitOfMeasurementCount": 0, "PackageId": 0, "TrackingCodeTypeId": 0, "Url": "string", "ImagePath": "string", "IsDropShipOnly": true, "IsPublished": true, "PublishedLastUpdated": "2019-08-24T14:15:22Z", "PublishedLastUpdatedBy": 0, "IsBlocked": true, "BlockedLastUpdated": "2019-08-24T14:15:22Z", "BlockedLastUpdatedBy": 0, "PopulationRuleId": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "LastChecked": "2019-08-24T14:15:22Z", "TrackingModeTypeId": 0, "IsStatusLocked": true, "StatusLockedDate": "2019-08-24T14:15:22Z", "StatusLockedBy": 0, "RecommendedSalesQty": 0, "LogisticWidth": 0, "LogisticHeight": 0, "LogisticDepth": 0, "IsBuyable": true, "BuyableLastUpdated": "2019-08-24T14:15:22Z", "BuyableLastUpdatedBy": 0, "DiscountClass": "string", "IsRecommendedSalesQtyFixed": true, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "Product": { … }, "Cultures": [ … ], "PriceLists": [ … ], "SalesAreas": [ … ], "OnHands": [ … ], "StructureItems": [ … ], "BestPrices": [ … ] } ]