From f020a35c4be00a4891a9ec8656345e43e2f82437 Mon Sep 17 00:00:00 2001 From: iBobo Date: Thu, 15 May 2025 12:08:16 +0200 Subject: [PATCH] Correct resource name for product_customization_field The resource was missing the `product_` prefix. --- webservice/resources/product_customization_fields.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webservice/resources/product_customization_fields.md b/webservice/resources/product_customization_fields.md index 85714994c3..0eaf9710e8 100644 --- a/webservice/resources/product_customization_fields.md +++ b/webservice/resources/product_customization_fields.md @@ -4,7 +4,7 @@ title: Product customization fields # Resources for Product customization fields -### Customization_field +### Product_customization_field | Name | Format | Required | Max size | Description | | :------------- | :----------- | :------: | -------: | :---------- | @@ -20,7 +20,7 @@ title: Product customization fields ```xml - + @@ -31,7 +31,7 @@ title: Product customization fields - + ```