Import competitor prices

Use this to import data to the product catalog from price comparison solutions.
Read more about the method here.

Request
header Parameters
required
object <CompetitorSkuHeader> (CompetitorSkuHeader)

Json serialized string

Request Body schema:

List of copmetitor SKUs to import.

Array
CompetitorCode
required
string

Unique code for competitor.

CompetitorPartNo
required
string

Competitor part number.

IsInStock
required
boolean

Specifies if the SKU is in stock at the competitor.

IsPricesInclVat
required
boolean

Specifies if prices are incl. VAT (true) or excluding VAT (false).

PartNo
required
string

Part number in Norce to which the competitor data is referencing.

PriceSale
required
number

The sale price from the competitor.

PriceSaleInclFreight
required
number

Competitor sale price incl. freight, same as PriceSale if no freight.

Source
required
string

Source of competitor data.

CompetitorName
string

Name of the competitor.

CurrencyCode
string

ISO 4217 code for the currency that prices are in.

object <ExternalPopularity> (ExternalPopularity)

Represents a popularity ranking from an external source.

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.

Responses
200

Success

400

Bad Request

500

Internal Server Error

post/Product/ImportCompetitorSkus
Request samples
[
  • {
    }
]
Response samples
{
  • "StatusCode": "string",
  • "Description": "string",
  • "JobId": "string",
  • "ValidationSummary": {
    }
}