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.

Request
header Parameters
required
object <SkuPriceListHeader> (SkuPriceListHeader)

Json serialized string

Request Body schema:

List of SKU price lists to import.

Array
PartNo
required
string

SKU part number.

PriceListCode
required
string

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 <int32>

Price rule for this SKU.
1 = CostPlus_PurchaseCost
2 = FixedPrice
3 = Margin_PurchaseCost
4 = UseRecommendedPrice
5 = CostPlus_UnitCost
6 = Margin_UnitCost
7 = UseStandardPrice_PctDiscount
8 = Competitive_PurchaseCost
9 = Competitive_UnitCost
10 = UseStandardPrice_FixedDiscount
11 = StructureCalculation
12 = UseCatalogPrice

PriceRuleValue
number

Value to apply for selected Price Rule.

PriceSale
number

Sale price.

QuantityBreak
integer <int32>

Threshold which determines minimum quantity of items required for specified price list to be applied.

Responses
200

Success

400

Bad Request

500

Internal Server Error

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