May 27, 2021
Explanation of edge case scenario: 1. I set my shop's default weight unit to pounds. 2. I create a shipping rate for orders weighing 0 to 5 pounds, rate price is $5 3. (later on) I change my shop'...
I may be missing something but it looks like this is a bug related to this functionality: https://shopify.dev/changelog/minimum-purchase-prerequisites-added-to-rest-admin-api-price-rules St...
No content to show
User Activity
We're trying to migrate to the new DuplicateProduct mutation but we're encountering issues. With the old ProductDuplicateAsyncV2 we would immediately get the new product ID so that we can wait for it to be ready and make further changes automatically...
The only solution we have is to unpublish the product from all markets, save, then publish on all markets and save again. This resets the bad state. Unfortunately there's no response from Shopify that we're aware of.
While the Bundle products are solving many problems, their data is quite inconsistent. Here's the three different ways in which the data seems to be handling bundles: 1. On Cart, the cart.js data shows that the product "has_components" but there is n...
We randomly started seeing these errors on some of the products in a store. The screenshot is of the Admin/Products page, as seen after clicking the indicator which shows how many channels a product is published on. The affected products (which can n...
We also spoke to people over at Shopify Slack. No response anywhere. Can you please advise what we need to do? We see that the cart.js data was changed, the liquid data was changed, but at the same time the cart data loaded into Shopify Functions sti...
You probably need to take a look at the response of all cart.js storefront API endpoints. We have automated integration tests running against Shopify’s APIs to catch issues like this. Before the change you’d see price: 1200; after the change it’s now...
In the past the JPY currency in the cart data was represented like so:1200 would refer to ¥12. We've done things with Shopify for 4 years and it's worked like this until now. We are noticing today that this is no longer the case (maybe it changed ear...
Bumping up. Would it be possible to enable this for custom app when the existing `test` parameter is set to `true`, so that it can be used for automated testing? This would be especially valuable since we cannot test this when updating to a new API v...
Any news from someone at Shopify please? This is affecting multiple shops using our app, just not all of them. We are also noticing that in some cases only enabling the "orderDiscounts" option is causing the failure while the other two options work f...
09-20-2023
Downgrading Ruby to 3.1 did fix it for us.
09-20-2023
Having the same issue on Ruby 3.2.2. Seems to work fine on another machine with Ruby 3.0 but still trying to figure out exactly what the root cause is.
Hi everyone! We're using the Ajax Cart API endpoint to generate shipping rates for a customer's cart: https://shopify.dev/docs/api/ajax/reference/cart#generate-shipping-ratesWe're calling prepare_shipping_rates, then async_shipping_rates There are tw...
Hello everyone. We have a few apps which are subscribed to the "orders/create" webhook topic: https://shopify.dev/docs/api/admin-rest/2023-01/resources/webhook#event-topics-orders-create What we are trying to do with the data ranges from reporting to...
Any feedback? Is this a known problem? Is there any plan for resolving this? I need to update the shop owner who identified the problem.Thank you in advance for any help!