VTEX · Example Payload

Vtex Getmatchconfig Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getmatchconfig Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Getmatchconfig",
  "method": "GET",
  "path": "/suggestions/configuration/account/config",
  "summary": "VTex Get Account's Matcher Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "score": {
          "approve": 85,
          "pending": 31,
          "reject": 30
        },
        "matchers": [
          {
            "matcherId": "example-matcher",
            "hook-base-address": "http://portal.vtexinternal.com.br/api/u90/hooks",
            "isActive": true,
            "updatesNotificationEndpoint": null,
            "description": null
          }
        ],
        "rules": {
          "item": [],
          "product": []
        },
        "specificationsMapping": [],
        "matchFlux": "Default"
      }
    }
  ]
}