# Shipping method tiers

Shipping method tiers let you segment the pricing of your [shipping methods](https://docs.commercelayer.io/core-api-reference/shipping_methods) by defining specific intervals where the cost of the selected shipping method stays the same (changing when each interval's upper limit is exceeded).

At the moment [weight tiers](https://docs.commercelayer.io/core-api-reference/shipping_weight_tiers) are available for shipping methods (more to come).

<details>

<summary>Data model</summary>

Check the related [ER diagram](https://commercelayer.io/docs/data-model/shipping-zones-and-methods) and explore the flowchart that illustrates how the shipping method tier resource relates to the other API entities.

</details>

{% hint style="info" %}
This is an **immutable API**, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of shipping method tiers or a single shipping method tier object. For the full set of available CRUD actions to the specific shipping method tier type endpoints.
{% endhint %}
