Is it possible to set/update a pricelist name with the connect API (v2.2)?
I have tried with the following (and some variations where I include the culture):
{
“priceList”: [
{
“id”: “johans”,
“active”: true,
“name”: “test name”,
“startDate”: “2024-09-30T11:54:52.641Z”,
“endDate”: “2026-09-30T11:54:52.641Z”,
“currency”: “SEK”,
“priority”: 1,
“items”: ,
“includeVat”: true
}
],
“importBehavior”: “proceedWithErrors”
}
Litium version: 8.16.2