No content to show
User Activity
Hi,I'm using Shopify subscription API to develop a simple app. But I can not find an API to cancel or pause customer's subscription contract. How can I do that or where can I find document?Thanks.
Hello,I tried to use script tag cache with API version 2021-01. This is my script: const scriptTagBody = {
"event": "onload",
"src": `${HOST}/js/bss-b2b-cp.js`,
"cache": true
...
If I use shopify admin to register webhook, the same error happens.
I got an error, this is my ARN arn:aws:events:us-east-2::event-source/aws.partner/shopify.com/3929673/product-label-pro-dev.I used koa-shopify-webhook to register webhook, but this library didn't support ARN. I tried to edit the shopify-koa-webhook t...