VTEX · Example Payload

Vtex Postbrand Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Postbrand 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": "PostBrand",
  "method": "POST",
  "path": "/api/catalog-seller-portal/brands",
  "summary": "VTex Create Brand",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "863",
        "name": "Zwilling",
        "isActive": true,
        "createdAt": "2021-05-17T15:20:36.077253+00:00",
        "updatedAt": "2021-01-18T14:41:45.696488+00:00"
      }
    }
  ]
}