skip to Main Content

"App proxy" send request to my "shopify shop" instead of my application ? [Shopify]

Whenever I send a request to my server App proxy sends it to Shopify store for no reason. My Proxy URL: https://example.com/test/public/action But I get this request returned from Ajax GET https://apiahmadztest.myshopify.com/action?shop=apiahmadztest.myshopify.com&path_prefix=%2Fapps%2Ffilter&timestamp=155579128&signature=9ceb23e244545faf5ad65f36b1196e6cfba57c9088a7d7dde96978970d 404 (Not Found) Why it didn't send it…

VIEW QUESTION

Print shopify product list in a page using api

GET /admin/products.json?collection_id=841564295 $.getJSON("/admin/products.json?collection_id=841564295", function(productData) { console.log(productData); }); using this code i'm getting all the products in a collection by collection id.... only if i'm logged in as admin.. if i'm not loggedin there is no response but "Status Code:303 See…

VIEW QUESTION
Back To Top
Search