No content to show

User Activity

Yes with this topic:https://community.shopify.com/c/shopify-apps/quot-compareatamountperquantity-quot-is-broken-in-discounts-api/m-p/2761466
Hi,I don't believe it's a caching issue, but rather seems related to the API, which can no longer return the field correctly. The reasons are as follows:I created a Shopify function with this query, and the field always returns null, even on products...
Hi, this is my query:{  cart(    id: "gid://shopify/Cart/my_id_card"  ) {    id    note    totalQuantity    lines(first: 10) {      nodes {        id        cost {          amountPerQuantity {            amount            currencyCode          }     ...
Hello, everyone,We are developing an application that performs automatic discounts based on product metafiles.This application makes use of comparison pricing.As per the documentation, we are retrieving the compareAtAmountPerQuantity fieldhttps://sho...
Hello,I have a GraphQL query that returns my cart. All products have a compare at price set, but in the query result, the compareAtAmountPerQuantity always returns null. Here is the query I'm using: {"data": {"cart": {"lines": {"nodes": [{"cost": {"a...
hello,do you have any updates on this?because a few months ago it was working for me now it also returns null
I am developing an application for Shopify that applies automatic volume discounts based on the product metafileds and the tag the user has.Everything works correctly, the problem is that when I enter all the metafileds and tags of interest I get thi...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to