https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkus/ProductService.GetDeltaProductSkuOnHands(offsetInMinutes={offsetInMinutes})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkus/ProductService.GetDeltaProductSkuOnHands(offsetInMinutes={offsetInMinutes})' \
-H 'ApplicationId: 0'A queryable collection of product SKUs with recent on-hand changes.
The status identifier, Active (1), Coming (2), Expiring (3), Hidden (4), Inactive (5).
The integration part number, used when ERP has a different part number or a shared part number for many products in the Norce.
The gross weight, called Actual weight in the admin tool and is used by shipping calculations.
Indicates whether the client product sku is blocked, 1 can force block a sku from being shown outside the system, but is not used anymore.
Indicates whether the client product sku is status locked, can be set manually in the admin tool.
Indicates whether the client product sku is buyable, if 0 the cannot be added to baskets.
Indicates whether the client product sku is recommended sales quantity fixed.
The start date, indicated when a coming product switches to active.
The end date, indicated when an expiring product switches to inactive.
[ { "partNo": "string", "clientId": 0, "productId": 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", "cultures": [ … ], "onHands": [ … ], "priceLists": [ … ], "salesAreas": [ … ], "structureItems": [ … ], "bestPrices": [ … ], "product": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkus/ProductService.GetDeltaProductSkuPriceLists(offsetInMinutes={offsetInMinutes})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkus/ProductService.GetDeltaProductSkuPriceLists(offsetInMinutes={offsetInMinutes})' \
-H 'ApplicationId: 0'A queryable collection of product SKUs with recent price list changes.
The status identifier, Active (1), Coming (2), Expiring (3), Hidden (4), Inactive (5).
The integration part number, used when ERP has a different part number or a shared part number for many products in the Norce.
The gross weight, called Actual weight in the admin tool and is used by shipping calculations.
Indicates whether the client product sku is blocked, 1 can force block a sku from being shown outside the system, but is not used anymore.
Indicates whether the client product sku is status locked, can be set manually in the admin tool.
Indicates whether the client product sku is buyable, if 0 the cannot be added to baskets.
Indicates whether the client product sku is recommended sales quantity fixed.
The start date, indicated when a coming product switches to active.
The end date, indicated when an expiring product switches to inactive.
[ { "partNo": "string", "clientId": 0, "productId": 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", "cultures": [ … ], "onHands": [ … ], "priceLists": [ … ], "salesAreas": [ … ], "structureItems": [ … ], "bestPrices": [ … ], "product": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductAccessories
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductAccessories \
-H 'ApplicationId: 0'[ { "productId": 0, "clientId": 0, "accessoryProductId": 0, "typeId": 0, "sortOrder": 0, "populationRuleId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isProductVariantUnique": true, "isAccessoryProductVariantUnique": true, "cultures": [ … ] } ]