VTEX · Example Payload

Vtex Getaccountconfig Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getaccountconfig 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": "Getaccountconfig",
  "method": "GET",
  "path": "/suggestions/configuration",
  "summary": "VTex Get Account's Approval Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Score": {
          "Approve": 80,
          "Reject": 30
        },
        "Matchers": [
          {
            "MatcherId": "vtex-matcher",
            "hook-base-address": "http://portal.vtexinternal.com/api/ssm/hooks",
            "IsActive": true,
            "UpdatesNotificationEndpoint": null,
            "Description": null
          }
        ],
        "Rules": {
          "Item": [],
          "Product": []
        },
        "SpecificationsMapping": [],
        "MatchFlux": "Default"
      }
    }
  ]
}