VTEX · Example Payload

Vtex Putbrand Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Putbrand 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": "PutBrand",
  "method": "PUT",
  "path": "/api/catalog-seller-portal/brands/{brandId}",
  "summary": "VTex Update Brand",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "id": "20",
        "name": "Zwilling",
        "isActive": true
      }
    }
  ],
  "responseExamples": []
}