Skip to content

Commit

Permalink
🤖 Sync Liquid Docs Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-dev-bot[bot] authored Oct 18, 2024
1 parent 1f2210f commit 911aa72
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions data/objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": "",
Expand Down Expand Up @@ -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": "",
Expand Down

0 comments on commit 911aa72

Please sign in to comment.