Skip to content

Commit

Permalink
Update VTEX - Orders API.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabella-Veloso committed Oct 10, 2024
1 parent ce446a0 commit 240b4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VTEX - Orders API.json
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@
{
"name": "orderGroup",
"in": "path",
"description": "Order group ID is a code part of the order ID that groupes all orders related to the same purchase. For example, when an order is fullfilled by multiple sellers, each seller has its own order ID (`v71021570str-01` and `v71021570str-02`), but they share the same order group ID (`v71021570str`).",
"description": "Order group ID is a part of the order ID that groups all orders related to the same purchase. For example, when an order is fullfilled by multiple sellers, each seller has its own order ID (`v71021570str-01` and `v71021570str-02`), but they share the same order group ID (`v71021570str`).",
"required": true,
"style": "simple",
"schema": {
Expand Down Expand Up @@ -3359,7 +3359,7 @@
},
"roundingError": {
"type": "integer",
"description": "Rounding error total value in cents, when applicable. For example, in orders with a discount over non-integer multiplier items, the rounding price is performed per item, not after the sum of all items. That can cause a difference in the total discount value, which is informed in this field."
"description": "Rounding error total value in cents, when applicable. For example, in orders with a discount over non-integer multiplier items, the rounding price is applied per item, not after the sum of all items, what can cause a difference in the total discount value."
},
"orderFormId": {
"type": "string",
Expand Down

0 comments on commit 240b4a2

Please sign in to comment.