Hi, I'm facing an issue when I want to update my product variant price. The price can't be updated when the price is greater than the compare price. ref: (https://shopify.dev/docs/admin-api/...
Hey, Is that possible to update the variant price if the value is greater than the compared price? ex: Current state: price: 20 compared price: 50 Update: price: 70 compared price: 50...
Hey, so I want to use variables to query using bulkOperationRunQuery, but it gives me an error like this: "userErrors": [ { "field": [ "query" ], "m...
Hi, is there any way to query productVariants by their price or weight? since there is not supported in filter parameters refer to this docs Thank you in advance.
Hey, I have a question regarding the REST API. So, right now there's an API to get products by their collection: /admin/api/2020-04/collections/12345/products.json What we get here are all t...
Hey, I just make my second Shopify store and realize that the layout for checkout page is different like my first shopify store (I also attached the picture below). How do I change the layout to the ...
No content to show

User Activity

Hi Luca, Thank you for the fast response.The price is correct, but it show as USD (store currency) not Euro (market currency)
Hi, anyone know how to get the "base price" for a specific market? I tried to query using "PriceList" object, but it shows the price with my dev store currency (which is USD), what I want to get is the price using the market currency( which is Euro)....
Currently blocking express checkout is not possible. please see this docs https://shopify.dev/docs/api/functions/reference/cart-checkout-validation/graphql/common-objects/buyerjourneystep You can make a workaround by hiding the express checkout
Failed to process webhook: Error: No body was received when processing webhook --> this error happens because you parse the object instead of string.  At the end of solution, there is a line of code to parse the JSON, my guess is you parse the JSON t...
Hi @SBD_, maybe you can help? 
Hi All, need some enlightenment for the graphQL query to search partial SKU. So I want to search the SKU start with "998-" (sku:998-123) but turns out the SKU that ends with "998" (sku:12-998) also appeared. Below is the query { products(first: 10,...
Hey all,So, our app want to implement 2 plans using graphQL billing API.Free plan (up to 20 unique products update) and Paid plan. If the customer exceed the cap ( exceeding 20 products unique update), it will automatically upgrade to the Paid plan(u...
Hey, I want to query Product products that contain some word in the description, refer to this documentation we can't query based on the description. Is there any way(s) to do this? I expect something like this:products(description:*hello*) { ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From