Skip to content

Commit

Permalink
Fix description on params
Browse files Browse the repository at this point in the history
  • Loading branch information
mariananantua committed Feb 4, 2025
1 parent edabcf6 commit 2c5ef90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VTEX - Orders API.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down Expand Up @@ -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
}
}
Expand Down

0 comments on commit 2c5ef90

Please sign in to comment.