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
created_at
id
name
price_amount_cents
reference
reference_origin
type
up_to
updated_at
Relationships
price
Filterable fields
The list of price volume tiers can be filtered by the following fields:
Attributes
created_at
id
metadata
name
price_amount_cents
reference
reference_origin
type
up_to
updated_at
Relationships
attachments
events
price
Last updated