From 69887fc95afa1470fcdbddad7d26351d8ea09ddf Mon Sep 17 00:00:00 2001 From: "dev-bot-shopify[bot]" <202039184+dev-bot-shopify[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:00:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Sync=20Liquid=20Docs=20Schema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/objects.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/data/objects.json b/data/objects.json index fd591ec..250f5a5 100644 --- a/data/objects.json +++ b/data/objects.json @@ -6517,6 +6517,22 @@ "summary": "The product associated with the gift card.", "name": "product" }, + { + "deprecated": false, + "deprecation_reason": "", + "description": "If there is no variant associated with the gift card, then `nil` is returned.", + "examples": [], + "return_type": [ + { + "type": "variant", + "name": "", + "description": "", + "array_value": "" + } + ], + "summary": "The variant associated with the gift card.", + "name": "variant" + }, { "deprecated": false, "deprecation_reason": "", @@ -6540,7 +6556,7 @@ "json_data": { "path": "", "handle": "", - "data_from_file": "{\"balance\":5000,\"code\":\"WCGX 7X97 K9HJ DFR8\",\"currency\":\"CAD\",\"customer\":{},\"enabled\":true,\"expired\":false,\"expires_on\":null,\"initial_value\":5000,\"last_four_characters\":\"DFR8\",\"message\":null,\"send_on\":null,\"pass_url\":\"https://polinas-potent-potions.myshopify.com/v1/passes/pass.com.shopify.giftcardnext/94af7fbe55d010130df8d8bc4a338d36/\",\"product\":{},\"properties\":{},\"qr_identifier\":\"shopify-giftcard-v1-3TKWJKJBM3X7PBRK\",\"recipient\":null,\"template_suffix\":null,\"url\":\"https://checkout.shopify.com/gift_cards/56174706753/0011c591fc720d0a51b80cdb694f969e\"}" + "data_from_file": "{\"balance\":5000,\"code\":\"WCGX 7X97 K9HJ DFR8\",\"currency\":\"CAD\",\"customer\":{},\"enabled\":true,\"expired\":false,\"expires_on\":null,\"initial_value\":5000,\"last_four_characters\":\"DFR8\",\"message\":null,\"send_on\":null,\"pass_url\":\"https://polinas-potent-potions.myshopify.com/v1/passes/pass.com.shopify.giftcardnext/94af7fbe55d010130df8d8bc4a338d36/\",\"product\":{},\"variant\":{},\"properties\":{},\"qr_identifier\":\"shopify-giftcard-v1-3TKWJKJBM3X7PBRK\",\"recipient\":null,\"template_suffix\":null,\"url\":\"https://checkout.shopify.com/gift_cards/56174706753/0011c591fc720d0a51b80cdb694f969e\"}" }, "return_type": [] }, @@ -12283,6 +12299,10 @@ "object": "product", "property": "variants" }, + { + "object": "gift_card", + "property": "variant" + }, { "object": "product", "property": "selected_variant"