VTEX · Example Payload

Vtex Putselleraccountconfig Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Putselleraccountconfig 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": "Putselleraccountconfig",
  "method": "PUT",
  "path": "/suggestions/configuration/seller/{sellerId}",
  "summary": "VTex Save Seller's Approval Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "sellerId": "1a",
        "mapping": null,
        "matchFlux": "Default"
      }
    }
  ],
  "responseExamples": []
}