Farhan_Syed
Excursionist
Contact Me
Status
Offline
Last Activity
‎01-16-2019 07:18 AM
Topic Started
1
Topics Started
Topic Solutions
0
Solutions
Post Count
45
Posts
Post Kudos
4
Likes

Community Badges

Once the callback is successful, I get the token that is used for future shop requests. This is also when I have the merchant create an account with us. So I cannot save the token to their a...
Following this guide: https://help.shopify.com/en/api/tutorials/building-node-app Here's my code: app.get('/shopify/callback', (req, res) => { const { shop, hma...
I have a registered Sales Channel, but the product listing webhook is not working as it should like the other webhooks. I don't even get the POST request at all. Anything i need to do to ...
When I have some link, the page changes but the url doesn't reflect the newly directed page. Is there a solution for this?
Was wondering if I should save the access token after oauth process?
Hello, I was wondering if i should execute certain code client side vs server due to the token. Is it considered secret? Is it safe to have it on client side?
By default it seems that when adding a sales channel from a 3rd party, the products are defaulted to none. So I thought I'd add a webhook to know when the store adds a product to my sales ch...
Wondering if when a store installs a sales channel, are the product listings for that channel defaulted to 0 listings and the store would need to manually add them individually?
How do I go about grabbing the selected choices from the choice list? Here's my html: <fieldset class="Polaris-ChoiceList"> <legend class="Polaris-ChoiceList__Title"...
I tested the login for my embedded app on safari, and it didnt redirect when using res.redirect. How do I go about fixing this?
I am using node.js and when I do a res.redirect like so: res.redirect('/login') The URL still shows /ABC/dashboard instead of /ABC/login
Okay so I am builing a Sales Channel and my question is do I need to handle payments myself on my server?
If you take a look here: https://help.shopify.com/api/sdks/sales-channel-sdk/getting-started#interacting-with-product-listings A few paragraphs down it says this: "Where {shop} is the domain...
Hello, I am wondering if there is any available barebones embedded app sdk example with Oauth to get started. Thanks!
I am building a marketplace and I will be using Shippo to do shipping calculations. In order for me pass what carrier to calculate, I need to know which carrier is supported in each country ...
I am building a marketplace of shops, to grab shop data I am using the Admin API to pull products etc. I plan on integrating other platforms like magento, big commerce, etc. Right n...
Wondering how to grab the visiblity of a product, like is it possible to grab "published_status"?
What's the difference between using the shopify API to grab a stores data and using that data to populate a marketplace then to use the Sales Channel API?
Is there anyway to know whats been updated to a product when getting the webhook response? Or do i need to update my database with everything even though one value would be new.
I need to grab data from multiple stores at one time, is this possible?
Wondering if it's possible to do a GET request and get all products from multiple Vendors.
I am at the part where the shop owner installs the app, and then is redirected to my site, How do I go about verification of hmac?
Would like to get some insight on how to generate a "nonce" and also verify it once redirected. I am using Node.js
I'd like to test out the https://SHOP_NAME.myshopify.com/admin/oauth/authorize url in order to grant permissions. I have already created a developer account where I created a public app...
hello, I am creating a platform (marketplace) for brands to sell their products. Many of these brands use Shopify to sell their products already. My questions regarding the Shopi...
No content to show

User Activity

Thanks, I was also wondering how to create multiple webhooks at one time?
using this library:  https://github.com/MONEI/Shopify-api-node                   shopify.webhook.create({                     topic: "products/create",                     address: "https:/.com",                     format: "json"                  ...
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to