List all price volume tiers
How to fetch a collection of price volume tiers via API
To fetch a collection of price volume tiers, send a GET
request to the /api/price_volume_tiers
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/price_volume_tiers
Example
The following request fetches a collection of price volume tiers:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of price volume 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 volume 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
events
Last updated