VTEX · Example Payload

Vtex Specificationsgrouplistbycategory Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Specificationsgrouplistbycategory 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": "SpecificationsGroupListbyCategory",
  "method": "GET",
  "path": "/api/catalog_system/pvt/specification/groupbycategory/{categoryId}",
  "summary": "VTex List specification group by category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "CategoryId": 1,
          "Id": 5,
          "Name": "Materials",
          "Position": 2
        },
        {
          "CategoryId": 1,
          "Id": 6,
          "Name": "Sizes",
          "Position": 3
        }
      ]
    }
  ]
}