Get Pricelist Item
Gets a price item within a price list.
get
Path parameters
idstringRequired
priceListIdstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
GET /public/v1/catalog/price-lists/{priceListId}/items/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-06-27T11:31:11.161Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-06-27T11:31:11.161Z",
"by": "[Circular Reference]"
},
"published": {
"at": "2025-06-27T11:31:11.161Z",
"by": "[Circular Reference]"
},
"unpublished": {
"at": "2025-06-27T11:31:11.161Z",
"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?