# Import prices 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. Endpoint: POST /Product/ImportSkuPriceLists Version: 4.0 ## Header parameters: - `X-StormConnect-Header` (string, required) Json serialized string ## Request fields (application/json): - `PartNo` (string, required) SKU part number. - `PriceListCode` (string, required) Agreement code on the price list. Used for matching in Norce Commerce. - `CostPurchase` (number) Purchase cost from supplier. - `CostUnit` (number) Unit cost. - `CurrencyCode` (string) Currency code in ISO 4217 format, e.g. "SEK", "EUR", "USD". - `IsActive` (boolean) Sets SKU price to active or inactive. - `IsPriceDiscountable` (boolean) Determines if discounts can be applied to the price. - `PriceCatalog` (number) Catalog price. - `PricePrevious` (number) Previous price. Can be used to show discounts. - `PriceRecommended` (number) Recommended sale price. - `PriceRule` (integer) Price rule for this SKU.1 = CostPlus_PurchaseCost2 = FixedPrice3 = Margin_PurchaseCost4 = UseRecommendedPrice5 = CostPlus_UnitCost6 = Margin_UnitCost7 = UseStandardPrice_PctDiscount8 = Competitive_PurchaseCost9 = Competitive_UnitCost10 = UseStandardPrice_FixedDiscount11 = StructureCalculation12 = UseCatalogPrice - `PriceRuleValue` (number) Value to apply for selected Price Rule. - `PriceSale` (number) Sale price. - `QuantityBreak` (integer) Threshold which determines minimum quantity of items required for specified price list to be applied. ## Response 200 fields (application/json): - `StatusCode` (string) Status of the job - `Description` (string) Short message describing the job - `JobId` (string) Norce interal id created for this job. Refer to this for future requests. - `ValidationSummary` (object) Validation data for accepted payload - `ValidationSummary.NrOfItemsInTotal` (integer) Total number of items in payload. - `ValidationSummary.NrOfValidationFailures` (integer) Number of items that failed initial validation. - `ValidationSummary.Messages` (array) Messages concerning the validation.