# Documentation Norce [Storm] Connect Product Service The Supplier Service has Entities and Operations to create and update supplier products and content in Norce [Storm]. Version: 4.0 ## Servers ``` https://connect.lab.storm.io/4.0/api ``` ## Download OpenAPI description [Documentation Norce [Storm] Connect Product Service](https://docs.norce.io/_spec/api-reference-storm/stormconnect/productservice/openapi.yaml) ## Competitor ### Import competitor prices - [POST /Product/ImportCompetitorSkus](https://docs.norce.io/api-reference-storm/stormconnect/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-storm/stormconnect/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-storm/stormconnect/productservice/openapi/product/importproducts.md): Use this to import whole product catalogs. Only one price 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-storm/stormconnect/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-storm/stormconnect/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-storm/stormconnect/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.