No content to show
User Activity
I have created shopify checkout extension and calculating recurring total, However there is question when I installing app on live store shopify automatically adding recurring subtotal which is I don't want to add it.
Yes, I resolve it. In private app I defined scope then uninstall the app after I installed it. It working fine.
01-26-2023
I required shopify_payment_payout scope for making payout api request. I am giving it in .env and .toml file But I am getting error how can I used this API and how can I defined the scope?
I am using transaction api https://shopify.dev/api/admin-rest/2022-07/resources/transactions. This api required shopify_payment_payouts scope. I am providing it in .env file but I'm getting this error how can I resolve it?
In postman I am using the same way that you have told but still I'm getting an error 404 please let me know how can I resolve it.
How to make this request in postman or in node.js?
I want to use(https://shopify.dev/api/admin-rest/2022-07/resources/transactions) this shopify transaction api in my shopify custom app. My api version is 5.1. I wanna ask to u that It is possible to make api request above mentioned URL in my api vers...
01-04-2023
In app I've defined scope as well as in env variable to use it. But I'm getting below error neither it's console any error msg. It shows it when I install app on store.
01-04-2023
Hey,Please help me out. I'm getting Error 400 when I installing app in store and it shows message (Oauth error missing_shopify_permission: read_customer_payment_methods, write_own_subscription_contracts, read_own_subscription_contracts) While I have ...