Skip to content

Commit

Permalink
Update VTEX - Marketplace Protocol - External Seller Marketplace.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anabaarbosa committed Dec 14, 2023
1 parent 39ac3ae commit a813571
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions VTEX - Marketplace Protocol - External Seller Marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,18 @@
"properties": {
"id": {
"type": "string",
"description": "SKU ID."
"description": "SKU ID.",
"example": "6"
},
"quantity": {
"type": "integer",
"description": "Quantity of items of the SKU in the cart."
"description": "Quantity of items of the SKU in the cart.",
"example": 1
},
"price": {
"type": "integer",
"description": "Price of the item."
"description": "Price of the item.",
"example": 5500
}
}
}
Expand Down Expand Up @@ -492,19 +495,23 @@
"properties": {
"city": {
"type": "string",
"description": "City where the event ocurred."
"description": "City where the event ocurred.",
"example": "Rio de Janeiro"
},
"state": {
"type": "string",
"description": "State where the event ocurred."
"description": "State where the event ocurred.",
"example": "Rio de Janeiro"
},
"description": {
"type": "string",
"description": "Description of the event."
"description": "Description of the event.",
"example": "Order delivered."
},
"date": {
"type": "string",
"description": "Date when event ocurred."
"description": "Date when event ocurred.",
"example": "2021-03-16"
}
}
}
Expand Down

0 comments on commit a813571

Please sign in to comment.