Update Pricelist
Updates a price list.
put
Path parameters
idstringRequired
Body
externalIdsall ofOptional
defaultMarkupnumber · double | nullableOptional
notesstring | nullableOptional
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
put
PUT /public/v1/catalog/price-lists/{id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"externalIds": {
"vendor": "text"
},
"defaultMarkup": 1,
"notes": "text"
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-06-22T14:14:14.727Z",
"by": {
"0": "[",
"1": "C",
"2": "i",
"3": "r",
"4": "c",
"5": "u",
"6": "l",
"7": "a",
"8": "r",
"9": " ",
"10": "R",
"11": "e",
"12": "f",
"13": "e",
"14": "r",
"15": "e",
"16": "n",
"17": "c",
"18": "e",
"19": "]"
}
},
"updated": {
"at": "2025-06-22T14:14:14.727Z",
"by": {
"0": "[",
"1": "C",
"2": "i",
"3": "r",
"4": "c",
"5": "u",
"6": "l",
"7": "a",
"8": "r",
"9": " ",
"10": "R",
"11": "e",
"12": "f",
"13": "e",
"14": "r",
"15": "e",
"16": "n",
"17": "c",
"18": "e",
"19": "]"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text",
"defaultErpItem": "text"
},
"icon": "text",
"status": "text"
},
"vendor": {
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
}
}
Last updated
Was this helpful?