No content to show
User Activity
05-29-2024
I can see that the filter name is translatable. However, since the values of the filters are MetafieldDefinition list of preset values, they are not translatable. We need the values to be translatable. Is there a workaround or can you make MetafieldD...
I only see the filter label in Translate & Adapt. I don't see any of the filter values. Do I have to do something to make them translatable?
03-24-2024
This may be too late but in case it can help someone else, the way you apply discounts to a logged-in user is by adding the buyerIdentity query in run.graphql like so:query RunInput { cart { buyerIdentity { isAuthenticated } lines { ...
I am also getting no cart transforms back when I try to query cartTransforms. I know I had created 2 cart transforms. Without knowing the cartTransform ID, I cannot delete them now.
I had the same problem and realized that the REST api will let you create multiple codes using a price rule. So first, create a price rule. Then, you can create a batch of discount codes from the rule.https://shopify.dev/api/admin-rest/2022-04/resour...