List all shipping method tiers
How to fetch a collection of shipping method tiers via API
To fetch a collection of shipping method tiers, send a GET
request to the /api/shipping_method_tiers
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/shipping_method_tiers
Example
The following request fetches a collection of shipping method tiers:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of shipping method tiers can be sorted by the following fields:
Attributes
name
type
up_to
price_amount_cents
id
created_at
updated_at
reference
reference_origin
Filterable fields
The list of shipping method 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
shipping_method
attachments
Last updated