priceClasses
query
List price classes
Retrieves all price classes configured for the company — used to apply percentage-based pricing adjustments to products and customers.
query {
priceClasses(companyId: Int!, options: PriceClassOptions): PriceClasses!
}Returns: PriceClasses!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | PriceClassOptions |