Skip to content

Commit

Permalink
Merge pull request #763 from Shopify/bot/liquid-docs-schema/2024-09-0…
Browse files Browse the repository at this point in the history
…6--18-00-00

🤖 Sync Liquid Docs Schema
  • Loading branch information
lukeh-shopify authored Sep 6, 2024
2 parents c63c7d7 + 6ed88c6 commit e3fbb5c
Showing 1 changed file with 122 additions and 0 deletions.
122 changes: 122 additions & 0 deletions data/objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -13739,6 +13739,24 @@
"summary": "The options on the product.",
"name": "options_with_values"
},
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [

],
"return_type": [
{
"type": "taxonomy_category",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "The taxonomy category for the product",
"name": "category"
},
{
"deprecated": false,
"deprecation_reason": "",
Expand Down Expand Up @@ -19380,6 +19398,110 @@

]
},
{
"access": {
"global": false,
"parents": [
{
"object": "product",
"property": "category"
}
],
"template": [

]
},
"deprecated": false,
"deprecation_reason": "",
"description": "",
"properties": [
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [

],
"return_type": [
{
"type": "string",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "The public node ID for the category, formatted as a Shopify GID.",
"name": "gid"
},
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [

],
"return_type": [
{
"type": "string",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "The public node ID for the category",
"name": "id"
},
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [

],
"return_type": [
{
"type": "string",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "The localized category name",
"name": "name"
},
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [

],
"return_type": [
{
"type": "array",
"name": "",
"description": "",
"array_value": "taxonomy_category"
}
],
"summary": "All parent nodes of the current taxonomy category.",
"name": "ancestors"
}
],
"summary": "The taxonomy category for a product",
"name": "taxonomy_category",
"examples": [

],
"json_data": {
"path": "/products/health-potion",
"handle": "product.category",
"data_from_file": ""
},
"return_type": [

]
},
{
"access": {
"global": true,
Expand Down

0 comments on commit e3fbb5c

Please sign in to comment.