No content to show
User Activity
12-14-2023
Hi all! Recently we've seen a few errors with our app when attempting to use the ShopifyAPI on version2023-07 to make an Application Charge. We are running ShopifyAPI::Auth::Session.temp(shop: shop_domain, access_token: access_token) do
charge =...
Hi, in my ruby on rails app I'm authenticating shopify stores for users so they can use the shopify api. When they uninstall my app in shopify I want to run some uninstall/cleanup jobs by listening for the `app/uninstalled` webhook topic. The approac...