VTEX · Example Payload

Vtex Saveautoapproveforaccountseller Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Saveautoapproveforaccountseller 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": "Saveautoapproveforaccountseller",
  "method": "PUT",
  "path": "/suggestions/configuration/autoapproval/toggle/seller/{sellerId}",
  "summary": "VTex Activate autoApprove Setting for a Seller",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "Enabled": true
      }
    }
  ],
  "responseExamples": []
}