No content to show
User Activity
Hi Folks! Something like this may be accomplished using Shopify's Flow app. Create a workflow to add a "New Product" tag when a product is created.Create another workflow to remove the tags, if the collection is maxed out.The first workflow is relat...
Within minutes of a bulk operation updating the cost of 16,000 products, fulfilled by two locations; culminated 35,000 44,000 /fetch_stock.json requests. HTTP 429 Responses were sent and ignored.
We're not sure about the behavior of Shopify with regards to the HTTP Responses, so we've implemented a system by which we only give Shopify stock levels if it's been 15 minutes between their last serviced request. Then, we'll answer a request for st...
Background: If you run a fulfillment service and manage the inventory for it, then after products are updated, Shopify tends to request the stock levels for the fulfillment service. If you do this en masse, then Shopify will make these requests en ma...
Some final thoughts about this: After implementing a queueing and caching strategy for the flood of activity, there's still 15,000x more requests being made than is sensible. It still doesn't make sense to make one fetch_stock.json request for every ...
06-26-2023
This might be solvable in the nearish future via Shopify Functions. For example, if the Discounts functions accepted a negative value, then you could increase the price of an item in the cart if it were going to be fulfilled by a more costly supplier...
06-16-2023
Ahoy matey!You need to get the inventory_id for the item and then set the tracked value to false. Example using cURL:curl -d '{"inventory_item":{"id":{INVENTORY_ID},"tracked":false}}' \-X PUT "https://{SHOP_NAME}.myshopify.com/admin/api/2023-01/inven...
We run an app and intend to make prolific use of bulk operations. The app creates fulfillment services and has stock updates enabled. Recently, we ran a bulk operation on about 15,000 products. This generated quite a bit of activity over the next 8 h...
05-05-2023
Thanks for confirming. This limitation would result in duplicate products in the store. That would be odd shopping experience and it would be suboptimal for organic search marketing. I'm sure it'll eventually improve.
05-04-2023
Some additional information here: Webhooks are deleted after about 20 faiiled tries in a 48 hour timespan. Fulfillment Services are not deleted, but it does appear that there is some fatigue (rightly so) for faulty callback_urls. With some prodding (...
05-03-2023
Is it correct that at present, the inventory item cost must be the same for all locations? See: https://shopify.dev/docs/api/admin-rest/2023-04/resources/inventorylevelhttps://shopify.dev/docs/api/admin-rest/2023-04/resources/inventoryitem
04-27-2023
I was able to fix this by creating a new fulfillment service with the same parameters and changing the location of the fulfillment request via the admin panel. This worked immediately, so I am assuming that there is threshold for failure.
The callback_url for a new store was invalid for an extended period of time. Then the first order came through and the fulfillment request didn't get sent. This prompted some troubleshooting, through which the issue was discovered and fixed. The call...
Thanks for all of the information. I believe that the issue was due ot the product being a draft.
Occassionally, we're unable to find the Preview link when editing products. Are there circumstances which would cause a product to not be Previewable or maybe it is a bug?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
312 | 09-27-2024 07:24 PM | |
318 | 09-27-2024 06:23 PM | |
385 | 09-20-2023 06:03 PM | |
477 | 05-04-2023 07:03 PM |