From 911aa72c9e5fe11677ffc830872ff4cf9043babb Mon Sep 17 00:00:00 2001 From: "shopify-dev-bot[bot]" <95105344+shopify-dev-bot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:00:06 +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 | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/data/objects.json b/data/objects.json index 2822b7c..9357b06 100644 --- a/data/objects.json +++ b/data/objects.json @@ -12099,11 +12099,11 @@ "type": "array", "name": "", "description": "", - "array_value": "image" + "array_value": "selling_plan_group" } ], - "summary": "The images attached to the product.", - "name": "images" + "summary": "The selling plan groups that the variants of the product are included in.", + "name": "selling_plan_groups" }, { "deprecated": false, @@ -12357,6 +12357,24 @@ "summary": "The media attached to the product, sorted by the date it was added to the product.", "name": "media" }, + { + "deprecated": false, + "deprecation_reason": "", + "description": "", + "examples": [ + + ], + "return_type": [ + { + "type": "array", + "name": "", + "description": "", + "array_value": "image" + } + ], + "summary": "The images attached to the product.", + "name": "images" + }, { "deprecated": false, "deprecation_reason": "", @@ -12789,24 +12807,6 @@ "summary": "Returns `true` if all of the variants of the product require a selling plan. Returns `false` if not.", "name": "requires_selling_plan" }, - { - "deprecated": false, - "deprecation_reason": "", - "description": "", - "examples": [ - - ], - "return_type": [ - { - "type": "array", - "name": "", - "description": "", - "array_value": "selling_plan_group" - } - ], - "summary": "The selling plan groups that the variants of the product are included in.", - "name": "selling_plan_groups" - }, { "deprecated": false, "deprecation_reason": "",