Retrieve Tariffs

How to get tariffs and associated products

You need to have an access token so you can retrieve tariffs.
The steps to get a token are described here: How to get your token

Once you are authenticated, you can retrieve your tariffs. The Tariffs are described in the following chapter : Understanding tariffs

How to retrieve tariffs

You can retrieve tariffs using the https://apis.supplierxm.salsify.com/public/v1/tariffs API. Its reference is available here: Tariff list
Once you have retrieved the tariff you want with the previous call, you can get its associated products by using the following API: https://apis.supplierxm.salsify.com/public/v1/tariffs/{uuid}/products

API References

Tariff list
Tariff products list