A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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?