https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/SupplierProductSkus
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/SupplierProductSkus \
-H 'ApplicationId: 0'[ { "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": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/Variants
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/Variants \
-H 'ApplicationId: 0'[ { "id": 0, "clientId": 0, "defaultName": "string", "defaultImagePath": "string", "defaultThumbnailImagePath": "string", "defaultCampaignImagePath": "string", "defaultLargeImagePath": "string", "groupId": 0, "alias": "string", "defaultTitle": "string", "defaultTags": "string", "defaultMetaTags": "string", "defaultMetaDescription": "string", "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "imageKey": "string", "code": "string", "defaultUniqueUrlName": "string", "key": "string", "defaultImageAltText": "string", "variantGroup": { … }, "products": [ … ], "cultures": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductBestPrices
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductBestPrices \
-H 'ApplicationId: 0'[ { "id": 0, "partNo": "string", "applicationId": 0, "qtyBreak": 0, "clientId": 0, "priceListId": 0, "currencyId": 0, "priceSale": 0, "timeStamp": "2019-08-24T14:15:22Z", "clientProductSku": { … } } ]