Price Lists
Price lists define pricing rules for products. They can be linked to Relationships and Activities to apply specific pricing.
Endpoints
List
GET
/v1/odata/PriceListGet by ID
GET
/v1/odata/PriceList({id})Create
POST
/v1/odata/PriceListUpdate
PUT
/v1/odata/PriceList({id})Delete
DELETE
/v1/odata/PriceList({id})Fields
| Field | Type | Description |
|---|---|---|
Name | String | Price list name |
Currency | String | Currency code (e.g., EUR) |
IsDefaultForCurrency | Boolean | Whether this is the default price list for the currency |
IsExcludedFromPriceSelection | Boolean | Whether excluded from automatic price selection |
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| Relationship | Relationship | 1:N | Relationships using this price list |
| Activity | Activity | 1:N | Activities using this price list |
| Prices | Price | 1:N | Price entries in this list |
Expanding Relationships
GET
/v1/odata/PriceList({id})?$expand=RelationshipNavigating Relationships
GET
/v1/odata/PriceList({id})/Relationship