For the complete documentation index, see llms.txt. This page is also available as Markdown.

Price List Item

The Pricelist Item object represents pricing information for a particular Product Item.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The business identifier of the price list Item.

status

enum

The status of the pricelist item. Allowed values: draft or private (can be used in subscription, but not for sale), or forSale (available for assignment on a subscription and sale).

description

string

A description of the price list item.

reasonForChange

string

OPS‑only field indicating the reason for a change.

info

object

Represents the PriceInfo object, , which enables or disables the display of price information and its associated text.

unitLP

decimal

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.

unitPP

decimal

The unit purchase price of the product item. Only SoftwareOne operations or vendors can see the field.

markup

decimal

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.

margin

decimal

(Read-only) The margin of the item price, calculated from the purchase price and the markup. Only SoftwareOne operations can view the field.

unitSP

decimal

(Read-only) The unit sales price of the product item, calculated from the purchase price and the markup. Only SoftwareOne operations and clients can view the field.

PPx1

decimal

(Read-only) The purchase price. Only SoftwareOne operations and vendors can view the field.

PPxM

decimal

(Read-only) The purchase price per month. Only SoftwareOne operations and vendors can view the field.

PPxY

decimal

(Read-only) The purchase price per year. Only SoftwareOne operations and vendors can view the field.

SPx1

decimal

(Read-only) The sales price. Only SoftwareOne operations and clients can view the field.

SPxM

decimal

(Read-only) The sales price value per month. Only SoftwareOne operations and clients can view the field.

SPxY

decimal

(Read-only) The sales price per year. Only SoftwareOne operations and clients can view the field.

LPx1

decimal

(Read-only) The estimated list price value per. Only SoftwareOne Operations and Clients can view the field.

LPxM

decimal

(Read-only) The estimated list price per month. Only SoftwareOne operations and clients can view the field.

LPxY

decimal

(Read-only) The estimated list price per year. Only SoftwareOne operations and clients can view the field.

priceList

object

(Read-only) Represents the priceList that this item belongs to.

item

object

(Read-only) Represents the item object.

audit

object

(Read-only) Represents the audit object.

Price Info object

This object contains the following attributes:

Field
Type
Description

visible

boolean

description

string

Appears as the title on the request wizard.

Example

Last updated

Was this helpful?