# Import competitor prices Use this to import data to the product catalog from price comparison solutions.Read more about the method here. Endpoint: POST /Product/ImportCompetitorSkus Version: 4.0 ## Header parameters: - `X-StormConnect-Header` (string, required) Json serialized string ## Request fields (application/json): - `CompetitorCode` (string, required) Unique code for competitor. - `CompetitorPartNo` (string, required) Competitor part number. - `IsInStock` (boolean, required) Specifies if the SKU is in stock at the competitor. - `IsPricesInclVat` (boolean, required) Specifies if prices are incl. VAT (true) or excluding VAT (false). - `PartNo` (string, required) Part number in Norce to which the competitor data is referencing. - `PriceSale` (number, required) The sale price from the competitor. - `PriceSaleInclFreight` (number, required) Competitor sale price incl. freight, same as PriceSale if no freight. - `Source` (string, required) Source of competitor data. - `CompetitorName` (string) Name of the competitor. - `CurrencyCode` (string) ISO 4217 code for the currency that prices are in. - `ExternalPopularities` (object) Represents a popularity ranking from an external source. - `ExternalPopularities.PartNo` (string, required) Part number in Norce Commerce to which the popularity information is referencing. - `ExternalPopularities.PopularityValue` (number) The popularity valu for the SKU. - `ExternalPopularities.Source` (string) The name of the external source. This name must correlate to a configured source in Norce Commerce. - `ProductName` (string) Product name for competitor data. - `SalesArea` (string) Specifies target sales area. Enum: "Sweden", "Norway", "Denmark", "Finland", "UnitedKingdom", "Estonia", "Greenland", "Germany", "Italy", "Austria", "Spain", "Netherlands", "Belgium", "France", "Switzerland", "USA", "Ireland", "Canada", "Lithuania", "Latvia", "Japan", "SouthKorea", "Australia", "Europe", "Poland", "CzechRepublic", "Russia", "NoVAT", "Bulgaria", "Croatia", "Cyprus", "Greece", "Hungary", "Luxembourg", "Malta", "Portugal", "Romania", "Slovakia", "Slovenia" - `VatRate` (number) VAT rate in percentage. ## 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.