# Pricelist Item

The Pricelist Item object represents pricing information for a particular Product Item.&#x20;

This object contains the following attributes:

<table><thead><tr><th width="128">Field Name</th><th width="140">Data Type</th><th>Description</th></tr></thead><tbody><tr><td><code>id</code></td><td>string</td><td><p>The business identifier of the price list Item. </p><p>Example: PRI-1234-5678-9012-0001</p></td></tr><tr><td><code>status</code></td><td>enum</td><td>The status of the pricelist item. Allowed values: <code>draft</code> or  <code>private</code> (can be used in subscription, but not for sale), or <code>forSale</code> (available for assignment on a subscription and sale).</td></tr><tr><td><code>unitLP</code></td><td>decimal</td><td><p>The unit list price of the product item, also known as the Manufacturer's Suggested Retail Price. Only SoftwareOne operations or vendors can edit the field. Clients can see the field in the Marketplace, but cannot edit it. </p><p>Example: 39.95</p></td></tr><tr><td><code>unitPP</code></td><td>decimal</td><td><p>The unit purchase price of the product item. Only SoftwareOne operations or vendors can see the field. </p><p>Example: 19.95</p></td></tr><tr><td><code>markup</code></td><td>decimal</td><td><p>The markup that has been applied to the item price. Optional on request: if omitted, the price list default markup is used. Only SoftwareOne Operations can view the field. </p><p>Example: 0.5013</p></td></tr><tr><td><code>margin</code></td><td>decimal</td><td><p>The margin of the item price, calculated from the purchase price and the markup. Only SoftwareOne operations can view the field.  </p><p>Example: 0.3339</p></td></tr><tr><td><code>unitSP</code></td><td>decimal</td><td><p>The unit sales price of the product item, calculated from the purchase price and the markup. </p><p>Only SoftwareOne operations and clients can view the field.  </p><p>Example: 29.95</p></td></tr><tr><td><code>PPx1</code></td><td>decimal</td><td><p>The purchase price. Only SoftwareOne operations and vendors can view the field. </p><p>Example: 3</p></td></tr><tr><td><code>PPxM</code></td><td>decimal</td><td><p>The purchase price per month. Only SoftwareOne operations and vendors can view the field. </p><p>Example: 19.95</p></td></tr><tr><td><code>PPxY</code></td><td>decimal</td><td><p>The purchase price per year. Only SoftwareOne operations and vendors can view the field. </p><p>Example: 239.40</p></td></tr><tr><td><code>SPx1</code></td><td>decimal</td><td><p>The sales price. Only SoftwareOne operations and clients can view the field. </p><p>Example: 3.45</p></td></tr><tr><td><code>SPxM</code></td><td>decimal</td><td><p>The sales price value per month. Only SoftwareOne operations and clients can view the field. </p><p>Example: 29.95</p></td></tr><tr><td><code>SPxY</code></td><td>decimal</td><td><p>The sales price per year. Only SoftwareOne operations and clients can view the field. </p><p>Example: 359.40</p></td></tr><tr><td><code>LPx1</code></td><td>decimal</td><td><p>The estimated list price value per. Only SoftwareOne Operations and Clients can view the field. </p><p>Example: 4.45</p></td></tr><tr><td><code>LPxM</code></td><td>decimal</td><td><p>The estimated list price per month. Only SoftwareOne operations and clients can view the field. </p><p>Example: 20.99</p></td></tr><tr><td><code>LPxY</code></td><td>decimal</td><td><p>The estimated list price per year. Only SoftwareOne operations and clients can view the field. </p><p>Example: 300.89</p></td></tr><tr><td><code>priceList</code></td><td>object</td><td>The <a href="pricelists"><code>priceList</code></a> that this item belongs to.</td></tr><tr><td><code>item</code></td><td>object</td><td>A reference to the <a href="items"><code>item</code></a> object.</td></tr><tr><td><code>audit</code></td><td>object</td><td>A reference to the <a href="../common-api-objects/audit"><code>audit</code></a> object. </td></tr></tbody></table>
