VTEX · Example Payload

Vtex Get Apicatalogpvtproductproductidsimilarcategory Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalogpvtproductproductidsimilarcategory 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-apicatalogpvtproductproductidsimilarcategory",
  "method": "GET",
  "path": "/api/catalog/pvt/product/{productId}/similarcategory/",
  "summary": "VTex Get similar categories",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "ProductId": 1,
          "CategoryId": 1
        },
        {
          "ProductId": 1,
          "CategoryId": 20
        }
      ]
    }
  ]
}