From a2e0b4e04d3dda33e09ad6c5f6e218c116c78906 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Wed, 10 Jun 2026 11:28:25 +0000 Subject: [PATCH] [create-pull-request] automated change --- adminapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/adminapi.json b/adminapi.json index f964ae4..672618b 100644 --- a/adminapi.json +++ b/adminapi.json @@ -108858,6 +108858,11 @@ "description": { "type": "string" }, + "descriptionTeaser": { + "description": "Read-only, HTML-stripped excerpt of the description, derived on write.", + "type": "string", + "readOnly": true + }, "metaTitle": { "type": "string" }, @@ -110215,6 +110220,11 @@ "type": "string", "description": "Description of the product." }, + "descriptionTeaser": { + "description": "Read-only, HTML-stripped excerpt of the description, derived on write.", + "type": "string", + "readOnly": true + }, "metaTitle": { "type": "string", "description": "A page title indexed by search engines and appears in search results listings."