Pricelist Item
The Pricelist Item object represents pricing information for a particular Product Item. This object contains the following attributes:
id
string
The business identifier of the Price List Item.
Example: PRI-1234-5678-9012-0001
status
enum
Possible values:
Draft
Private
(can be used in subscription, but not for sale).For sale
(available for assignment on a subscription and sale)
unitLP
decimal
The unit list price of the Product Item, also known as the Manufacturer's Suggested Retail Price. Only SoftwareOne Operations or Vendor can edit the field. Clients can't edit the field, but they can see it in the Marketplace.
Example: 39.95
unitPP
decimal
The unit purchase price of the Product Item. The field is visible for SoftwareOne Operations or Vendor.
Example: 19.95
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. Example: 0.5013
margin
decimal
The margin of the item price, calculated from the purchase price and the markup. Only SoftwareOne Operations can view the field.
Example: 0.3339
unitSP
decimal
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.
Example: 29.95
PPx1
decimal
The purchase price. Only SoftwareOne Operations and Vendors can view the field.
Example: 3
PPxM
decimal
The purchase price per month. Only SoftwareOne Operations and Vendors can view the field.
Example: 19.95
PPxY
decimal
The purchase price per year. Only SoftwareOne Operations and Vendors can view the field.
Example: 239.40
SPx1
decimal
The sales price. Only SoftwareOne Operations and Clients can view the field.
Example: 3.45
SPxM
decimal
The sales price value per month. Only SoftwareOne Operations and Clients can view the field.
Example: 29.95
SPxY
decimal
The sales price per year. Only SoftwareOne Operations and Clients can view the field.
Example: 359.40
LPx1
decimal
The estimated list price value per. Only SoftwareOne Operations and Clients can view the field.
Example: 4.45
LPxM
decimal
The estimated list price per month. Only SoftwareOne Operations and Clients can view the field.
Example: 20.99
LPxY
decimal
The estimated list price per year. Only SoftwareOne Operations and Clients can view the field.
Example: 300.89
priceList
The price list that this item belongs to.
item
Reference to the Item object.
audit
auditObject
Reference to the Audit object.
Last updated
Was this helpful?