Skip to main content

Get Supplier Pricing Tiers

GET 

/api/suppliers/:supplier/pricing-tiers

List pricing tiers attached to a supplier using Spatie QueryBuilder (filter[key]=value bracket format).

Required scope: suppliers:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

The legacy table_specifications flag is now ignored. Response is a standard Laravel paginator (top-level data, current_page, last_page, per_page, total, links — not resource meta).

Authentication: Requires Bearer token. Requires IsPowerUserAccess middleware.

Query params: page, per_page (default 10; -1 = all rows), filter[search], filter[name], filter[currency_code], filter[pricing_type], filter[is_default], filter[archived], filter_groups (base64-encoded advanced filter tree), sort (default -is_default,-created_at).

Request

Responses

OK

Response Headers
    Content-Type