Price

The Price object is a sub-object that represents sales and purchase prices, markup, margin, and other relevant financial data. The visibility of the Price object is determined by the context in which it is included. However, certain fields are always hidden from specific users. For example, clients cannot see purchase prices.

Field
Type

PPxY

decimal

The yearly purchase price.

PPxM

decimal

The monthly purchase price.

PPx1

decimal

The one-time purchase price.

unitPP

decimal

The purchase price per unit in base object terms.

SPxY

decimal

The yearly sales price.

SPxM

decimal

The monthly sales price.

SPx1

decimal

The one-time sales price.

unitSP

decimal

The sales price per unit in base object terms.

markup

decimal

The markup for the base object, in percent (7.2%)

margin

decimal

The margin for base object, in percent (5.1%)

defaultMarkup

decimal

The default markup for base object (subscriptions only), in percent

currency

string

The currency of the price.

Example

{
    "PPxY": 150,
    "PPxM": 12.50,
    "PPx1": 290,
    "SPxY": 165,
    "SPxM": 13.75,
    "SPx1": 300,
    "markup": 10,
    "margin": 9,
    "currency": "USD"
}

Last updated

Was this helpful?