diff --git a/data/filters.json b/data/filters.json index 308e212..77f31cb 100644 --- a/data/filters.json +++ b/data/filters.json @@ -4492,7 +4492,7 @@ "category": "format", "deprecated": false, "deprecation_reason": "", - "description": "", + "description": "The `structured_data` filter can be used on the [`product`](/docs/api/liquid/objects/product) object.", "parameters": [ ], diff --git a/data/objects.json b/data/objects.json index 6dd0b7a..e3e6f31 100644 --- a/data/objects.json +++ b/data/objects.json @@ -5368,6 +5368,12 @@ ], "return_type": [ + { + "type": "string", + "name": "image", + "description": "", + "array_value": "" + }, { "type": "string", "name": "swatch", @@ -5667,6 +5673,24 @@ ], "summary": "The visual representation of the filter value when a swatch is used.", "name": "swatch" + }, + { + "deprecated": false, + "deprecation_reason": "", + "description": "Returns an [image](/docs/api/liquid/objects/image) drop for the filter value.\nRequires the [filter presentation](/docs/api/liquid/objects/filter#filter-presentation) to be `image` and for an image to be available. Otherwise, returns `nil`.", + "examples": [ + + ], + "return_type": [ + { + "type": "image", + "name": "", + "description": "", + "array_value": "" + } + ], + "summary": "The visual representation of the filter value when an image is used.", + "name": "image" } ], "summary": "A specific value of a filter.", @@ -7031,6 +7055,10 @@ "object": "external_video", "property": "preview_image" }, + { + "object": "filter_value", + "property": "image" + }, { "object": "image", "property": "preview_image" @@ -13002,7 +13030,7 @@ "array_value": "" } ], - "summary": "The relative URL of the product.", + "summary": "Returns a URL if the option value may be associated with another product, nil otherwise.", "name": "product_url" } ], @@ -13834,7 +13862,7 @@ "array_value": "" } ], - "summary": "Returns `true` if the variant is set to require a `selling_plan` when being added to the cart. Returns `false` if not.", + "summary": "Returns `true` if the variant's product is set to require a `selling_plan` when being added to the cart. Returns `false` if not.", "name": "requires_selling_plan" } ],