{ "operationId": "Brand", "method": "GET", "path": "/api/catalog_system/pvt/brand/{brandId}", "summary": "VTex Get brand by ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": 7000000, "name": "Pedigree", "isActive": true, "metaTagDescription": "Pedigree", "imageUrl": null } } ] }