VTEX · Example Payload

Vtex Specificationsgroupget Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Specificationsgroupget 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": "SpecificationsGroupGet",
  "method": "GET",
  "path": "/api/catalog_system/pub/specification/groupGet/{groupId}",
  "summary": "VTex Get specification group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "CategoryId": 1,
        "Id": 6,
        "Name": "Sizes",
        "Position": 3
      }
    }
  ]
}