Apologies for double- or at least 1.5-x-posting but I cannot move my original post and I don’t think it’ll get visibility in its location ![]()
I’ve tried a bunch of other things since then but no luck. Here’s the gist: The embedded app from the tutorial calls ´products/count´ via
useAppQuery({
url: "/api/products/count", // that's the only important part
but whenever I try any other REST endpoint (products, orders, products/all) I receive a 400 BAD REQUEST response with a “no shop provided” body. How do I “provide” the shop and why? This is all happening from within an embedded app and obviously none of the other parameters change between count and the broken one (minus some time-stampy things).