Skip to main content

Price Lists

EntityPriceList

Price lists define pricing rules for products. They can be linked to Relationships and Activities to apply specific pricing.

Endpoints

List

GET/v1/odata/PriceList

Get by ID

GET/v1/odata/PriceList({id})

Create

POST/v1/odata/PriceList

Update

PUT/v1/odata/PriceList({id})

Delete

DELETE/v1/odata/PriceList({id})

Fields

FieldTypeDescription
NameStringPrice list name
CurrencyStringCurrency code (e.g., EUR)
IsDefaultForCurrencyBooleanWhether this is the default price list for the currency
IsExcludedFromPriceSelectionBooleanWhether excluded from automatic price selection

Relationships

RelationshipTarget EntityCardinalityDescription
RelationshipRelationship1:NRelationships using this price list
ActivityActivity1:NActivities using this price list
PricesPrice1:NPrice entries in this list

Expanding Relationships

GET/v1/odata/PriceList({id})?$expand=Relationship
GET/v1/odata/PriceList({id})/Relationship

Custom Query

Build your own OData query against PriceList. Open Run and edit the whole request inline — swap the entity set, change the $filter, or add $expand, $select, $orderby, $top, $skip. Type $ for suggestions; use ↺ Reset to restore this example.

GET/v1/odata/PriceList?$top=10