From 8eaa8878da8a41039aa7de302e9b655916194356 Mon Sep 17 00:00:00 2001 From: roysha-wix <62389977+roysha-wix@users.noreply.github.com> Date: Tue, 7 May 2024 16:18:32 +0300 Subject: [PATCH] add maxLength to product.variants description --- wix-stores-backend/wix-stores-backend.service.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wix-stores-backend/wix-stores-backend.service.json b/wix-stores-backend/wix-stores-backend.service.json index 95aef6bae0..56b54897a5 100644 --- a/wix-stores-backend/wix-stores-backend.service.json +++ b/wix-stores-backend/wix-stores-backend.service.json @@ -16308,7 +16308,7 @@ { "name": "Array", "typeParams": [ "wix-stores-backend.VariantItem" ] }, - "doc": "Product variants." }, + "doc": "Product variants.\n\n Max: 1,000 variants" }, { "name": "seoData", "type": "wix-stores-backend.SeoData", "doc": "Custom SEO data for the product. Learn more [about SEO](https://support.wix.com/en/search?term=seo)." }, @@ -19433,4 +19433,4 @@ "relatedContent": [ { "icon": "example", "text": "Notification when back in stock", - "url": "https://www.wix.com/velo/example/notification-when-back-in-stock" } ] } \ No newline at end of file + "url": "https://www.wix.com/velo/example/notification-when-back-in-stock" } ] }