Skip to content

Commit

Permalink
UNITY-9319 REST API - Update Product POST Endpoint - productNumber no…
Browse files Browse the repository at this point in the history
… longer mandatory

UNITY-9319 REST API - Update Product POST Endpoint - productNumber no longer mandatory
  • Loading branch information
bolsu committed Nov 28, 2024
1 parent b7e5e33 commit 9c693b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,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 not passed through, an automatically system generated product number 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. |
Expand Down

0 comments on commit 9c693b5

Please sign in to comment.