Appearance
PATCH
/product-information/price/pricesRequired scope:
viskan:product:updateUpdates existing prices or add new prices in the product information management system.
Request body
JSON
{
"rowsToUpdateOrAdd": [
{
"active": false,
"clearSalePrice": false,
"comparisonPrice": 420,
"countryCode": "SE",
"currencyCode": "SEK",
"priceListId": 0,
"priceLookUpNumber": "...",
"priceTier": {
"filterByPriceList": true,
"offerText": "...",
"presentTierExcludingTax": true,
"price": 12345,
"quantity": 12345
},
"productId": 24,
"productNumber": "5149761",
"recommendedPrice": 470,
"salePrice": 399,
"stockKeepingUnitId": 513,
"unitPrice": 499,
"vatRate": 0.25
}
]
}
Response
The article-prices were successfully updated.
JSON
"..."