A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am getting in my app :
1)Accepted application charges will now be automatically transitioned into an active state. View change
2)remove force ssl from shop html
Please let me know how do I fix these issue
Hey @veeni_Dev
Is your app relying on unversioned API calls to default to the latest stable API version by chance? We recommend you update your calls to the latest stable API version every quarter (docs) and don't rely on unversioned API calls. So for example, updating the calls to {{SHOP}}admin/api/2021-07/recurring_application_charges.json
would be recommended.
Clicking the 'view change' part in the API Health dashboard will help you understand the change too - for example In the latest release of Shopify's REST API Version 2021-07, we deprecated the force_ssl field
on the Shop Resource. You can read a little more about here. That field is now deprecated as all requests use HTTPS by default.
Please note also that if you update to versioned API calls, please note that after you remove any deprecated calls from an app(docs), the app's status will continue to show up as "Fix by (date)" until 30 days after the last deprecated call was made. Hope that helps!
I am getting the following error message for my APP, I am 100% sure I am not making any API calls to shop.json end point from the code, Even though every time I install the app it shows this error
The force_ssl field has been removed from the Shop REST Admin API. View change
Can you please help to fix this ASAP
This is what I am getting :