VTEX · Example Payload

Vtex Get Apicatalog Systempubfacetscategorycategoryid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalog Systempubfacetscategorycategoryid 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": "get-apicatalog-systempubfacetscategorycategoryid",
  "method": "GET",
  "path": "/api/catalog_system/pub/facets/category/{categoryId}",
  "summary": "VTex Get Category Facets",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "Name": "Tamanho Global",
          "Id": 45
        },
        {
          "Name": "Percentuals",
          "Id": 25
        }
      ]
    }
  ]
}