Skip to main content

List Pricing Tiers (DataTable)

GET 

/api/product-pricing-tiers

List product pricing tiers using the DataTable system. Eager-loads the base pricing tier and counts dependent tiers.

Authentication: Requires Bearer token.

DataTable parameters:

  • page / limit — pagination
  • search — searches name and currency_code
  • sort — sortable columns: id, name, currency_code, is_default, pricing_type, created_at, updated_at, archived_at
  • archived — 0 (active only), 1 (archived only)
  • filter[name] / filter[currency_code] — column filters

Request

Responses

Successful response