# Documentation Norce [Storm] Connect Product Service The Product Service has Entities and Operations to create and update products and content in Norce Commerce. Version: 4.0 ## Servers ``` https://customer-slug.api-se.norce.tech/commerce/connect/4.0 ``` ## Download OpenAPI description [Documentation Norce [Storm] Connect Product Service](https://docs.norce.io/_spec/api-reference/connect/productservice/openapi.yaml) ## Competitor ### Import competitor prices - [POST /Product/ImportCompetitorSkus](https://docs.norce.io/api-reference/connect/productservice/openapi/competitor/importcompetitorskus.md): Use this to import data to the product catalog from price comparison solutions.Read more about the method here. ## Product ### Import on hand data - [POST /Product/ImportOnhands](https://docs.norce.io/api-reference/connect/productservice/openapi/product/importonhands.md): Use this to import availability data separated from other product data. Availability information on products not yet created in Norce Commerce will be ignored.Read more about the method here. ### Import products - [POST /Product/ImportProducts](https://docs.norce.io/api-reference/connect/productservice/openapi/product/importproducts.md): Use this to import whole product catalogs. To create products manufacturer code, manufacturer part no and your SKU part no is required. However, for updates either manufacturer code and manufacturer part no or SKU part no is needed. If Code is set in ProductFieldsThatAreSet it is mandatory for variant cluster creation and update, but otherwise it can be inferred from existing data. However, if fullfile is true code is mandatory as well to enable variant cluster management.Only one price record is allowed per product. Use ImportSkuPriceList to add more prices. To import availability data use ImportOnhands.Read more about the method here. ### Import product relations - [POST /Product/ImportRelations](https://docs.norce.io/api-reference/connect/productservice/openapi/product/importrelations.md): Use this to import relations for the whole product catalog. ### Import prices - [POST /Product/ImportSkuPriceLists](https://docs.norce.io/api-reference/connect/productservice/openapi/product/importskupricelists.md): Use this to import price data on products, separated from other product data. Prices on products not yet created in Norce will be ignored. Prices on price lists not yet created in Norce Commerce will also be ignored. ## Pricelist ### Import price lists - [POST /Product/ImportPriceLists](https://docs.norce.io/api-reference/connect/productservice/openapi/pricelist/importpricelists.md): Use this to import campaigns and other price lists. Price lists not existing in Norce Commerce will be created.Read more about the method here.