No content to show
User Activity
01-26-2024
Thanks, I am doing it that way of course, I think I found the solution you just have to specify the limit parameter in path before the product ids you want to retrieve like this: const data = await client.get({ path: `products.json?limit=${CHUNK...
01-26-2024
/* CLIENT PROVIDER */const restClient = async ({ req, res, isOnline }) => { const session = await fetchSession({ req, res, isOnline }); const client = new shopify.clients.Rest({ session }); const { shop } = session; return { client, shop, session...
Hi, I am developing a shopify app and I want get store products by ids using this api call - (https://shopify.dev/docs/api/admin-rest/2024-01/resources/product#get-products?ids=632910392,921728736).The issue is as follows when I make the request with...
Hi, I want to provide links for products in my app, similar to the 'View" functionality shopify has.I noticed that for my shop a link to product is mainly this string https://<shop_domain>.com/products/<product_title> just wondering if it is the sam...
Hi,Thanks for the answer I tried your solutions and a few more. However I still didn't manage to set a cookie.Could the issue be that shopify forbids third-party cookies?
Hi, I am building a shopify embedded app that should be able to authenticate bing ads users.I am using React as a frontend technology and Node js as a backend, and I am using express-session.However, the cookie is not received by the Iframe where the...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1197 | 01-26-2024 06:23 AM |