Focuses on API authentication, access scopes, and permission management.
Hi i want to figure out, where is the problem, I already create, set permission and install the application at my store, but i always getting error like
{'errors': '[API] Invalid API key or access token (unrecognized login or wrong password)'}
this my code in python
and this is the configuration
can anyone help me tu figured out? the errors always like
Thankyou
Hi There,
I know that its possible to access the admin api by prefixing the url with the api token and access token but the best practic would be to add the access token as a header attribute and the URL would look like.
https://[your myshopify domain]/admin/api/[api-version]/[endpoint]
Take a look at this example from the docs:
https://shopify.dev/docs/api/admin-rest#authentication
Cheers,
Gary