List all price tiers
How to fetch a collection of price tiers via API
To fetch a collection of price tiers, send a GET
request to the /api/price_tiers
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/price_tiers
Example
The following request fetches a collection of price tiers:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of price tiers can be sorted by the following fields:
Attributes
name
type
up_to
price_amount_cents
id
created_at
updated_at
reference
reference_origin
Relationships
price
Filterable fields
The list of price tiers can be filtered by the following fields:
Attributes
name
type
up_to
price_amount_cents
id
created_at
updated_at
reference
reference_origin
metadata
Relationships
price
attachments
Last updated