https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/Products
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/Products \
-H 'ApplicationId: 0'A queryable collection of products.
The default thumbnail image path, not used anymore.
The default campaign image path, not used anymore.
The default large image path, not used anymore.
The default synonyms, commonly comma or blank space separated list of words.
The stopped date, set automatically when the product is disabled or deactivated.
The insurance running percentage, not commonly used.
The manufacturer part no2, not commonly used.
The default unique url name, a unique URL friendly name for the product, called UniqueName in the admin tool.
The stock display break point, used for determining when to display stock information.
The common code for variants. All products with same code are considered variants of each other, if left out the product is considered standalone.
Indicates whether the product is recurring orderable, not commonly used.
The unspsc code, overrides the value from the primary category.
Indicates if a 3rd party translation has been requested.
[ { "id": 0, "clientId": 0, "manufacturerId": 0, "manufacturerPartNo": "string", "defaultName": "string", "defaultSubHeader": "string", "defaultSubDescription": "string", "defaultDescriptionHeader": "string", "defaultDescription": "string", "defaultImagePath": "string", "defaultThumbnailImagePath": "string", "defaultCampaignImagePath": "string", "defaultLargeImagePath": "string", "defaultSynonyms": "string", "sortOrderValue": 0, "assortmentId": 0, "assortmentLastUpdated": "2019-08-24T14:15:22Z", "assortmentLastUpdatedBy": 0, "isVariant": true, "variantId": 0, "alias": "string", "defaultTitle": "string", "defaultTags": "string", "defaultMetaTags": "string", "defaultMetaDescription": "string", "hideInTopList": true, "isActive": true, "stoppedDate": "2019-08-24T14:15:22Z", "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "insuranceCurrencyId": 0, "insuranceStartPrice": 0, "insuranceRunningPercentage": 0, "key": "string", "manufacturerPartNo2": "string", "imageKey": "string", "defaultUniqueUrlName": "string", "stockDisplayBreakPoint": 0, "isDangerousGoods": true, "code": "string", "isRecurringOrderable": true, "defaultExternalDescription": "string", "unspscCode": "string", "translationRequested": "2019-08-24T14:15:22Z", "translationRequestedBy": 0, "defaultImageAltText": "string", "flags": [ … ], "skus": [ … ], "categories": [ … ], "cultures": [ … ], "families": [ … ], "files": [ … ], "parametrics": [ … ], "parametricMultiple": [ … ], "productRelations": [ … ], "productRelationRelatedProduct": [ … ], "supplierSkus": [ … ], "variant": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkuPriceLists
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkuPriceLists \
-H 'ApplicationId: 0'A queryable collection of product SKU price lists.
The price sale, calculated based on the fields in this record, depending on the price rule.
The price rule value, depending on the price rule can contain like margin or uplift in percent, discount in percent or fixed amount, null when fixed price rule.
The price standard, inherited from the parent price list record, otherwise null.
The price previous, can contain historical best price, if functionality is enabled for the client.
Indicates whether the client product sku price list is price discountable by promotions.
Indicates whether the client product sku price list is chosen supplier locked, not used anymore.
[ { "partNo": "string", "clientId": 0, "priceListId": 0, "qtyBreak": 0, "currencyId": 0, "priceSale": 0, "priceSaleLastUpdated": "2019-08-24T14:15:22Z", "priceSaleLastUpdatedBy": 0, "priceRuleId": 0, "priceRuleValue": 0, "costPurchase": 0, "costPurchaseLastUpdated": "2019-08-24T14:15:22Z", "costPurchaseLastUpdatedBy": 0, "costUnit": 0, "costUnitLastUpdated": "2019-08-24T14:15:22Z", "costUnitLastUpdatedBy": 0, "supplementChargePercentage": 0, "priceStandard": 0, "priceRecommended": 0, "priceRecommendedLastUpdated": "2019-08-24T14:15:22Z", "priceRecommendedLastUpdatedBy": 0, "pricePrevious": 0, "pricePreviousLastUpdated": "2019-08-24T14:15:22Z", "pricePreviousLastUpdatedBy": 0, "priceCatalog": 0, "priceCatalogLastUpdated": "2019-08-24T14:15:22Z", "priceCatalogLastUpdatedBy": 0, "isPriceDiscountable": true, "chosenSupplierId": 0, "chosenSupplierPartNo": "string", "chosenSupplierPriceListId": 0, "chosenSupplierQtyBreak": 0, "isChosenSupplierLocked": true, "isActive": true, "stoppedDate": "2019-08-24T14:15:22Z", "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "lastChecked": "2019-08-24T14:15:22Z", "minimumMarginPercentage": 0, "priceRuleLastUpdated": "2019-08-24T14:15:22Z", "priceRuleLastUpdatedBy": 0, "pricingId": 0, "supplementCharge": 0, "limitToPriceRecommended": true, "isActiveLastUpdated": "2019-08-24T14:15:22Z", "isActiveLastUpdatedBy": 0, "sku": { … }, "info": [ … ], "priceList": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkus({partNo})
curl -i -X GET \
'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Products/ProductSkus({partNo})' \
-H 'ApplicationId: 0'{ "queryable": [ { … } ] }