Get Pricelist Item

Gets a price item within a price list.

GEThttps://api.platform.softwareone.com/public/v1/price-lists/{priceListId}/items/{id}
Path parameters
id*string
priceListId*string
Query parameters
Response

Success

Body
idstring
auditobject
$metaobject
hrefstring
statusenum
DraftPrivateForSale
unitLPnullable number (double)
unitPPnullable number (double)
markupnullable number (double)
marginnullable number (double)
unitSPnullable number (double)
PPx1nullable number (double)
PPxMnullable number (double)
PPxYnullable number (double)
SPx1nullable number (double)
SPxMnullable number (double)
SPxYnullable number (double)
LPx1nullable number (double)
LPxMnullable number (double)
LPxYnullable number (double)
priceListobject
itemobject
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/price-lists/{priceListId}/items/{id}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "id": "text",
  "href": "text",
  "status": "Draft",
  "unitLP": 0,
  "unitPP": 0,
  "markup": 0,
  "margin": 0,
  "unitSP": 0,
  "PPx1": 0,
  "PPxM": 0,
  "PPxY": 0,
  "SPx1": 0,
  "SPxM": 0,
  "SPxY": 0,
  "LPx1": 0,
  "LPxM": 0,
  "LPxY": 0
}

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.