Price Schedules
Pricing
Price Schedules
Get a paginated list of price schedules with optional filtering.
For detailed information about the filtering system and available operators, refer to the Filter System Documentation.
Available Filters
String Filters
name: Schedule namecounting_algorithm: Type of counting algorithm usedmodification_type: Type of price modification
Examples
# Find schedules by name
?name[eq]=Bulk Discount
# Find schedules by counting algorithm
?counting_algorithm[eq]=individual
# Find schedules by modification type
?modification_type[eq]=percentage
GET
Price Schedules
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Query Parameters
Page number for pagination (starts at 1)
Required range:
x >= 1Number of items per page (max 100)
Required range:
1 <= x <= 100Filter by schedule name
Filter by counting algorithm
Filter by modification type