Update Pricelist Item
Updates a price item within a price list.
put
Path parameters
priceListIdstringRequired
idstringRequired
Body
statusstringOptional
reasonForChangestring | nullableOptional
descriptionstring | nullableOptional
unitPPnumber · doubleOptional
unitLPnumber · doubleOptional
unitSPnumber · doubleOptional
markupnumber · doubleOptional
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/{priceListId}/items/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 107
{
"status": "text",
"reasonForChange": "text",
"description": "text",
"unitPP": 1,
"unitLP": 1,
"unitSP": 1,
"markup": 1
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-06-27T11:17:29.879Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-06-27T11:17:29.879Z",
"by": "[Circular Reference]"
},
"published": {
"at": "2025-06-27T11:17:29.879Z",
"by": "[Circular Reference]"
},
"unpublished": {
"at": "2025-06-27T11:17:29.879Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"status": "Draft",
"description": "text",
"reasonForChange": "text",
"unitLP": 1,
"unitPP": 1,
"markup": 1,
"margin": 1,
"unitSP": 1,
"PPx1": 1,
"PPxM": 1,
"PPxY": 1,
"SPx1": 1,
"SPxM": 1,
"SPxY": 1,
"LPx1": 1,
"LPxM": 1,
"LPxY": 1,
"priceList": {
"id": "text",
"currency": "text"
},
"item": {
"id": "text",
"name": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
}
}
}
Last updated
Was this helpful?