I want to make JSON requests for admin products search. I am getting '[API] That action is not currently supported' when I try to access this json api through curl
curl -H "Content-Type: application/json" \https://user:pass@yourshop.myshopify.com/admin/products/search.json?query=sku:abracadabra
The JSON request only works if I logged in to the myshopify admin, but it does not work when I authenticate with my app api key.
Is there a way around it? I need to search for products / orders in my rails app.