Asa Carter commented on Change the price of an item in the cart?
Hi JasonThanks for your quick reply.The reason I want to change the price of an item is to build a promotions/offers app for example (BOGOF) that reduces the price, not increases it.I'm sure some logic...
View ArticleJason commented on Change the price of an item in the cart?
Anyway, as this feature doesn't exist and likely won't anytime soon, is there an alternative way to achieve what I'm trying to do? Perhaps set quantity to 0, add a new differently priced item? I'm just...
View ArticleProduct/Product Variant Based On External Web Service Call by Bryan DeMuth
I guess this is a two-part question:Can I make a make a web service call to validate an ID number stored outside of Shopify and offer a discount or product variants with discounted pricing based on the...
View ArticleApp uninstalled webhook issue by Diego
I've created an app that when is installed creates a webhook in order to know if a user uninstalled the app. I've been testing it but it seems that is not working.There is not much information about...
View ArticleAsa Carter commented on Change the price of an item in the cart?
I see the from AJAX API that is possible to update the cart attributes. However I don't see a list of attributes that can be updated?If it is possible to update the cart via the AJAX API, why cannot I...
View ArticleAdam Harrison commented on App uninstalled webhook issue
Hi Diego, My apps use "app/uninstalled", and I know that one works. It doesn't pass you any information beyond the standard webhook confirmation (I think). Adam
View ArticleScript Tag not being loaded on page by Stephen Fenech
Hi all,I am successfully creating the Script Tag with the API (I can also list the Script Tags and can see them, i.e. the creation is successful).However when I go to the test shop (which installed the...
View ArticleStephen Fenech commented on Script Tag not being loaded on page
You can close this, it is working now, I logged in with a different user and it was added. Not sure why...
View ArticleAccess transaction attributes on confirmation page via an app using ScriptTag...
I am trying to build an affiliate network app to allow a 1 click install of our tracking software. I've got our tracking working by manually editing my template to add javascript and also manually...
View ArticleUpdate product quantity by SKU by Slav Ivanyuk
If I have product SKU and quantity, how can I updated that product's quantity in Shopify through API?I don't have product variant id and I can't access the actual admin panel (we provide 3rd party...
View ArticleHunkyBill commented on Update product quantity by SKU
It's very simple. Some of my Apps currently update 100,000 SKU's through the API. You download all the Products to your App. That is just a couple of API calls. Now you loop through all the Products...
View ArticleSlav Ivanyuk commented on Update product quantity by SKU
I need to update different products every 30 minutes. So, it sounds like I HAVE to download 100,000 SKUs just to update 10 SKUs.So, my options are:* download all 100,000 SKUs every time I need to...
View ArticleHunkyBill commented on Update product quantity by SKU
Remember, downloading products is cheap... 100,000 products (minimum 100,000 SKU's) is 400 API calls. You can do that in one fell swoop. Now you have the CPU cycles to be smart and figure out what to...
View ArticleSlav Ivanyuk commented on Update product quantity by SKU
If I have to download the full inventory, so be it. If I have 100 clients and I need to get full inventory for all of them every 30 minutes I'll be hitting API with 40000 calls where 100 would've been...
View ArticleHunkyBill commented on Update product quantity by SKU
Thing is, you get 500 API calls per client assuming your client is a shop, so you have nothing to worry about from that perspective. Where you will get killed is on your server, you'll need the cache...
View ArticleMike Burrows commented on Error when creating Shopify Script tag
@TysonThanks for your header suggestion, this fixed the issue I was having when I received an "Unprocessable Entity" error.We are using PHP with the Guzzle HTTP client & framework.
View ArticleSimplyTech commented on Should my newly created Script Tag show up in my...
Thanks Adam!1. I have verified what you mentioned with the following:https://test-1-257.myshopify.com/admin/orders.jsonand Chrome showed:{"orders":[]}I just find it odd that /admin/products.json and...
View ArticleOrder count wrong by aftership
Hi,I have a user, who has 3 orders in his accounts in the past 45 days. However, when we use the /admin/orders.jsonor/admin/orders/count.json There is always ONE order count and one order result.I...
View ArticleDiego commented on App uninstalled webhook issue
Hi Adam,Thanks so much for your answer.It's there any possibility to get the shop that uninstalled the app? Diego
View ArticleCharlie commented on App uninstalled webhook issue
The shop will be identified in the request header. X-Shopify-Domain or something.
View Article