Skip to content

Commit

Permalink
EDU-9654 Including mandatory fields
Browse files Browse the repository at this point in the history
  • Loading branch information
geisecosta committed Nov 8, 2024
1 parent 3c97030 commit 02e6e83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VTEX - Promotions & Taxes API.json
Original file line number Diff line number Diff line change
Expand Up @@ -3271,6 +3271,13 @@
},
"schema": {
"type": "object",
"required": [
"type",
"isActive",
"origin",
"beginDateUtc",
"percentualShippingDiscountValue"
],
"properties": {
"idCalculatorConfiguration": {
"type": "string",
Expand Down

0 comments on commit 02e6e83

Please sign in to comment.