Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several fields on the Storefront API were marked as deprecated #932

Open
ellenventu opened this issue Dec 15, 2022 · 3 comments
Open

Several fields on the Storefront API were marked as deprecated #932

ellenventu opened this issue Dec 15, 2022 · 3 comments

Comments

@ellenventu
Copy link

Hi,
I'm using this module in my shopify store and i have created a private app.

Shopify warned me that the private app is deprecated and sent me emails with these specifics:
"One or more of your custom apps have made deprecated API calls"
"Several fields on the Storefront API were marked as deprecated"

How do I find out what the fields are?
The fields are not indicated.

Could it be related to me using the app with this form?

Thanks

@skirillovsgit
Copy link

You can track deprecated calls here:
https://<your-shop>/admin/api/<api-version>/deprecated_api_calls.json

@pgib
Copy link

pgib commented Feb 16, 2023

Is there any reason this would yield a 404?

export store=<dev-store>.myshopify.com
export access_key=<key>

curl -X GET "https://${store}/admin/api/2023-01/deprecated_api_calls.json" \
-H "X-Shopify-Access-Token: ${access_token}"

Yields:

{"errors":"Not found"}

curl command from Shopify documentation

@skirillovsgit
Copy link

Hi @pgib
Make sure that you are using the correct credentials and store name. Your API password does not equal the access token.
Link to docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants