Hi everyone,
I would like to know if it is possible to make request using this URL format (as we did before, whith client_api_password begin with “shppa_”) :
https://{client_api_key}:{cilent_api_password}@{client-shop}.myshopify.com/admin/api/{api_version}/{params}
As we interact with our client’s shop (managing orders, products, shipping …), our software wasn’t developed the way of the new Shopify version, using “X-Shopify-Access-Token” header and the access token. Recently, clients contact us with the new version of Shopify and we could’nt generate API password and our test request give this error : “errors”: “[API] Invalid API key or access token (unrecognized login or wrong password)”.
The test request was using the same model that shown before but using API secret instead of API password.
Is there a way of using the “old” fomat or a way to create or find a API password with the new Shopify version ?
Thanks for your help