No content to show
User Activity
Hi - has there been any movement on this? I have received a couple of complaints from users of my app. I've updated to koa-shopify-auth 3.1.58 and the issue is still happening.
40 mins adding and removing various oauth scopes and I found the answer. In order to subscribe to the "checkouts/update" topic you need to have the read_orders scope as well as read_checkout.
I'm assuming this is because a checkouts becomes an order...
I'm writing a new app and I want to register for the "checkouts/update" webhook topic. I send the following request:
webhook:{
topic: 'checkouts/update',
address: 'https://xxxx/webhooks/checkouts/update',
format: 'json'
}
but I get a 422 r...