VTEX · Example Payload

Vtex Saveautoapproveforaccount Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Saveautoapproveforaccount 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": "Saveautoapproveforaccount",
  "method": "PUT",
  "path": "/suggestions/configuration/autoapproval/toggle",
  "summary": "VTex Activate autoApprove in Marketplace's Account",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "Enabled": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Enabled": false
      }
    }
  ]
}