Skip to content

Commit 383e357

Browse files
authored
Merge pull request #1473 from Shopify/bot/liquid-docs-schema/2026-02-23--19-00-00
🤖 Sync Liquid Docs Schema
2 parents ce66ae9 + 69887fc commit 383e357

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

data/objects.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6517,6 +6517,22 @@
65176517
"summary": "The product associated with the gift card.",
65186518
"name": "product"
65196519
},
6520+
{
6521+
"deprecated": false,
6522+
"deprecation_reason": "",
6523+
"description": "If there is no variant associated with the gift card, then `nil` is returned.",
6524+
"examples": [],
6525+
"return_type": [
6526+
{
6527+
"type": "variant",
6528+
"name": "",
6529+
"description": "",
6530+
"array_value": ""
6531+
}
6532+
],
6533+
"summary": "The variant associated with the gift card.",
6534+
"name": "variant"
6535+
},
65206536
{
65216537
"deprecated": false,
65226538
"deprecation_reason": "",
@@ -6540,7 +6556,7 @@
65406556
"json_data": {
65416557
"path": "",
65426558
"handle": "",
6543-
"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\"}"
6559+
"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\"}"
65446560
},
65456561
"return_type": []
65466562
},
@@ -12283,6 +12299,10 @@
1228312299
"object": "product",
1228412300
"property": "variants"
1228512301
},
12302+
{
12303+
"object": "gift_card",
12304+
"property": "variant"
12305+
},
1228612306
{
1228712307
"object": "product",
1228812308
"property": "selected_variant"

0 commit comments

Comments
 (0)