VTEX · Example Payload

Vtex Post Apicatalogpvtproductproductidsimilarcategorycategoryid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post Apicatalogpvtproductproductidsimilarcategorycategoryid 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-apicatalogpvtproductproductidsimilarcategorycategoryid",
  "method": "POST",
  "path": "/api/catalog/pvt/product/{productId}/similarcategory/{categoryId}",
  "summary": "VTex Add similar category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ProductId": 1,
        "StoreId": 1
      }
    }
  ]
}