Hello everybody!
Recently it has been given task to me to update an application that uses Shipify as a shopping API. The application was developed a few years ago and used a checkout object. I see it’s deprecated and removed in the newest version of API, I see there is the suggestion to migrate from checkout to cart API. So I migrated most of API requests using docs on shopify.dev page, but there are a few things in old code I have no idea how to migrate . One of them is checkout.availableShippingRates. I see the application uses that request and have no idea what is the cart API replacement for that functionality. Any help would be greatly appreciated.
best regards
Sobi