A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi all when we create a draft order using the api, we have the option to add a custom product as a line item, it has a property called
{"draft_order":{ "line_items":[{ "title":"Custom Tee","price":"20.00","quantity":2, "gift_card": true, "requires_shipping" : false, "taxable" : false}]}}What is the way to mark this as a gift card?