List Supplier Pricing Tiers
GET//:protocol:domain/api/supplier-pricing-tiers
Returns a paginated list of supplier pricing tiers.
Authentication: Requires Bearer token.
Uses the DataTable trait supporting search, sort, pagination, and archived filtering.
Response fields: id, name, pricing_type (absolute|relative), base_pricing_tier_id, base_pricing_tier_name, adjustment_percentage, adjustment_fixed_amount, rounding_value, display_name, currency_code, is_default, dependent_tier_count, chain_depth, created_at, updated_at, archived_at.
Request
Responses
- 200
OK
Response Headers
Content-Type