diff --git a/VTEX - Orders API.json b/VTEX - Orders API.json index 43dd50401..853726a5e 100644 --- a/VTEX - Orders API.json +++ b/VTEX - Orders API.json @@ -19902,7 +19902,7 @@ }, "price": { "type": "integer", - "description": "Price of the item being changed in cents, starting from 0.", + "description": "Price of the item being changed in cents. Must be 0 or greater.", "example": 2499 } } @@ -19950,12 +19950,12 @@ }, "manualDiscountValue": { "type": "integer", - "description": "This field shows if a manual price was applied to the total order amount. The value is in cents and starts from 0.", + "description": "This field shows if a manual price was applied to the total order amount. The value is in cents. Must be 0 or greater.", "example": 0 }, "manualIncrementValue": { "type": "integer", - "description": "This field shows if an increment value was applied to the total order amount. The value is in cents and starts from 0.", + "description": "This field shows if an increment value was applied to the total order amount. The value is in cents. Must be 0 or greater.", "example": 0 } }