Hi, Currently apps can't detect what caused an inventory update because there is no context with the inventorylevel/update webhook, it's just an inventoryItemId, a location and a number. It wo...
Mar 21, 2016
Hi Shopify, I’ve just uninstalled my app for a customer because they where not capable of uninstalling it themselves. <span class="lia-unicode-emoji" title=":confused_face:">😕</span> I used this method successfully in the past and right now I used exact th...
Hi Guys, Lately I see that Shopify tries to deliver each order/create event to my webhook 20-25 times for each order. I ignore all but the first one, but it seems a bit overkill and a waste o...
Jan 8, 2016
Hi Guys, I’m trying to update one of my customers variants through the API and I keep getting this error: "2 option values given but 1 options exist" This is what I’m doing: &n...
Apr 24, 2015
Hi, Just noticed that the order/create webhook doesn't contain the gateway information anymore. Anyone noticed the same? Thanks, Harold
Apr 16, 2015
Hi, A few hours ago (04:00 CET - 04:30 CET) I got these errors while connecting to the Shopify API: SSL certificate problem: unable to get local issuer certificate Anyone noticed the sam...
Aug 13, 2014
Hi Guys, For a client I wanted to add filtering on product type within the collections, but it's only possible to do this with tags: http://docs.shopify.com/support/your-store/collec...
Hi Merchants! My app SimpleSync has been published to the App Store today. It's an app that I've built out of personal need. For one of my own shops I needed to be able to sync the invent...
No content to show
User Activity
05-09-2023
You just have to update the inventory on the components in Shopify and the bundles will automatically follow. The components can be draft items. By the way, if you use the support icon in the bottom right of the app you'll get in my inbox directly.
05-09-2023
No need to redo all the products, you can just use the items you already have in your store The only difference is that the app will automatically calculate and sync the inventory for the items instead of you moving inventory around manually.
05-04-2023
Hi, That’s a scenario where you can use my app Bundles.app for. You can use the blank shirts and vinyls as components and the app wil take care of all the inventory hassle Cheers, Harold
06-26-2019
Hi Ryan, Thanks for the reply. That's also how far I got, but isn't this quite "expensive"? Let's say I want to fetch 10 or 20 different variants and fetch First:10 for the inventoryLevels. And is inventoryLevels( first:10 ) enough for all stores? W...
06-24-2019
Hi All, Currently I use the inventoryManagement field on productVariant() to check if inventory is managed by Shopify. This field is deprecated and the Explorer suggests to use the tracked field on the InventoryItem(). The tracked field returns TRUE ...
Any updates on if this will be available in v2019-07?And very curious, what does the data Shopify sends to webhook endpoints have to do with the API versions?