I’m using a private app to generate the api key and password
I have used the url to call the api, but getting invalid url.
https://api:password@mystore.myshopify.com/admin/api/2019-04/orders.json
When I remove the api keys from the url, however keep the “search.json” at the end of the url I get an error. So the url I get the error with is:
https://mystore.myshopify.com/admin/api/2019-04/customers/search.json
When I remove the" “search.json” at the end and my url becomes:
https://meshedstore.myshopify.com/admin/api/2019-04/customers/
I get a good response, however I would like data in JSON format because I am using the chatbot service called Manychat and they can only read data in JSON format.
What I am trying to do, is from manychat, call out to Shopify to search for a customer in the store by name, then display back into manychat the orderstatus, fullfilled, the tracking number, the URL for tracking
I have attached some screenshots
This screenshot, I used the URL without the api key and passoword in the URL, but it is on the headers page
This Screenshot shows the response headers jargon
This is where I get a good response back, however I’ve removed the very end of the api key"search.json", and of course it doesn’t really return the data that I would like.





