I have a custom app (tied to a specific store) that is using the admin graphql API, appbridge and buy-buttons to support headless ecommerce.
After upgrading the admin graphql calls to 2024-10
now I can no longer use GitHub - Shopify/js-buy-sdk: The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout. via GitHub - Shopify/buy-button-js: BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website. and the calls to the deprecated Checkout API fail stating that the api is not accessible for new usage.
The API was supposed to function until April but now I’m forced to find another solution immediately. Is there a way to get around this?
Should I create another APP for the graphql admin calls and downgrade my existing app back to an older version?