CameronMZB
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎10-20-2023 11:35 AM
Topic Started
2
Topics Started
Topic Solutions
3
Solutions
Post Count
9
Posts
Post Kudos
3
Likes

Community Badges

No content to show

User Activity

Just in case someone else comes across this, the solution turned out to be easy. Turns out the Liquid language is case sensitive. The capitalization on the metafield doesn't matter (InvoiceData, invoiceData, invoicedata), what matters is the casing f...
Additional details. I added a new metafield of type single_line_text_field, modified the order page, and populated the new metafield via the API. It took a second, but the field shows up correctly.Can someone please verify if JSON metafields work?
I've got an order metafield called custom.InvoiceData that accepts json.I've got a custom customer order page that displays the data in InvoiceData if its not blank.I've populated the data on the orders using the metafieldsSet mution and can see the ...
Ah, I see now. My dev store doesn't have multiple codes per discount. I did some poking around but I don't see a way to query information at the DiscountRedeemCode level. DiscountRedeemCode only has a few fields ... unless a Shopify developer chimes ...
Your code is almost there, but I think the first line is restricting it.I think I managed to get what you're looking for with this: codeDiscountNodes(first: 10) { nodes { id codeDiscount { __typename ... on DiscountCod...
In the graphiql app, you have to go remove the outer layer; putting data in the variable pane wraps the text { variable }. So when testing there, you'd want something like this:{"invItemAdjustments":[{"inventoryItemId":"gid://shopify/InventoryItem/43...
I had/have to do something similar.First I call a bulkOperationRunQuery to get all the products, then I call currentBulkOperations to check the status, then I get the file when the job is done. Query to get inventory:{"query":"mutation GetInventory {...
Hopefully this is an easy question.Can anyone confirm if inventoryBulkAdjustQuantityAtLocation generates any user errors, the entire mutation fails?That seems to be the case based on my observations, but I haven't found anything confirming that. Side...
I haven't tried passing locationId in with the variables, so my first example has it hard coded; I use something like this. curl --location --request POST 'https://{your store}.myshopify.com/admin/api/2022-04/graphql.json' \--header 'X-Shopify-Access...
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to