VTEX · Schema

responseMatchMultiple

CommerceE-CommerceRetailMarketplacePayments
View JSON Schema on GitHub

JSON Schema

vtex-responsematchmultiple-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/responseMatchMultiple",
  "title": "responseMatchMultiple",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "matchId": {
        "type": "string",
        "example": "06272023010821403"
      },
      "matcherId": {
        "type": "string",
        "example": "vtex-matcher"
      },
      "sellerId": {
        "type": "string",
        "example": "melissatestbug858"
      },
      "itemId": {
        "type": "string",
        "example": "81"
      },
      "isSuccess": {
        "type": "boolean",
        "example": false
      }
    }
  }
}