From d0284f8cc27a671a48f85a7cc0490093c9e41cff Mon Sep 17 00:00:00 2001 From: Bo Liang Su <92525548+bolsu@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:39:56 +0100 Subject: [PATCH] UNITY-9319 REST API - Update Product POST Endpoint - productNumber no longer mandatory UNITY-9319 REST API - Update Product POST Endpoint - productNumber no longer mandatory --- apps/data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/data-types.md b/apps/data-types.md index c66329f8..953f0259 100644 --- a/apps/data-types.md +++ b/apps/data-types.md @@ -652,7 +652,7 @@ This object is used for the attributes of basePrice, depositPrice, ecoParticipat | Attribute | Type | Description | | - | - | - | -| productNumber | string | The product number (mandatory). | +| productNumber | string | The product number. If no product number is provided, an automatically system generated one will be used. | | name | string | The name of the product. | | shortDescription | string | The short description of the product. | | description | string | The description of the product. |