No content to show
User Activity
Thanks. Maybe there should be a note in the docs that using a webhook is only available on older versions of the API (now unsupported, I believe).
I have a bulk operation to get orders using the GraphQL API. The documentation found at https://shopify.dev/api/usage/bulk-operations/queries#option-a-use-the-bulk_operations-finish-webhook-topic mentions two possible ways of retrieving the query res...
08-26-2021
Just found where to do it. Perhaps this should be in the tutorials somewhere: shopify_app.rb
08-25-2021
Following this tutorial: https://shopify.dev/apps/getting-started/create, I created a public Shopify rails app, generated using the Shopify CLI. It runs fine usingshopify rails serve However, I haven't figured out how to change the ShopifyAPI access_...