VTEX · Example Payload

Vtex Post Apicatalogpvtbrand Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post Apicatalogpvtbrand 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": "post-apicatalogpvtbrand",
  "method": "POST",
  "path": "/api/catalog/pvt/brand",
  "summary": "VTex Create brand",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 2000013,
        "Name": "Orma Carbon",
        "Text": "Orma Carbon",
        "Keywords": "orma",
        "SiteTitle": "Orma Carbon",
        "Active": true,
        "MenuHome": true,
        "AdWordsRemarketingCode": "",
        "LomadeeCampaignCode": "",
        "Score": null,
        "LinkId": "orma-carbon"
      }
    }
  ]
}