Hi, I am trying to use the order API to get the orders. I followed these steps: https://www.shopify.com/partners/blog/17056443-how-to-generate-a-shopify-api-token
Shopify Install URI
Shopify Get Access Token Response
{“access_token”:“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”,“scope”:“write_orders”}
Shopify Response when calling
/admin/api/2020-10/orders.json
I used the shopify_call function from the guide. Below is the response of the order API.
{“headers”:{“status”:“HTTP/1.1 403 Forbidden\r”,“Server”:“cloudflare”,“Date”:“Fri, 16 Oct 2020 01”,“Content-Type”:“text/html”,“Content-Length”:“151”,“Connection”:“keep-alive”,“CF-RAY”:“5e2e09e8e85b0564-LAX”},“response”:“\r\n403 Forbidden</title></head>\r\n\r\n
403 Forbidden</h1></center>\r\n
cloudflare</center>\r\n</body>\r\n</html>\r\n”}
I did I do wrong. Can anyone help? Thanks.