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/SupplierProductSkus
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/SupplierProductSkusSuccess
SupplierProductSkuClient.
OnHands.
PriceLists.
Info.
[ { "PartNo": "string", "SupplierId": 0, "Name": "string", "ManufacturerId": 0, "ManufacturerCode": "string", "ManufacturerPartNo": "string", "CategoryId": 0, "CategoryCode": "string", "CommodityCode": "string", "EanCode": "string", "GrossWeight": 0, "NetWeight": 0, "VatCodeId": 0, "UnitOfMeasurementId": 0, "UnitOfMeasurementCount": 0, "Url": "string", "ImagePath": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ImagePathLastUpdated": "2019-08-24T14:15:22Z", "IsUsed": true, "LogisticWidth": 0, "LogisticHeight": 0, "LogisticDepth": 0, "ClientId": 0, "ProductId": 0, "SupplierProductSkuClient": [ … ], "OnHands": [ … ], "PriceLists": [ … ], "Info": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductRelations
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductRelations[ { "Id": 0, "ClientId": 0, "ProductId": 0, "RelatedProductId": 0, "TypeId": 0, "SortOrder": 0, "PopulationRuleId": 0, "IsProductVariantUnique": true, "IsRelatedProductVariantUnique": true, "DefaultName": "string", "DefaultSubHeader": "string", "DefaultSubDescription": "string", "DefaultDescriptionHeader": "string", "DefaultDescription": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ], "Product": { … } } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductBestPrices
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductBestPrices[ { "PartNo": "string", "ApplicationId": 0, "Id": 0, "QtyBreak": 0, "ClientId": 0, "PriceListId": 0, "CurrencyId": 0, "PriceSale": 0, "TimeStamp": "2019-08-24T14:15:22Z" } ]