VTEX · Example Payload

Vtex Get Apicatalogpvtspecificationspecificationid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalogpvtspecificationspecificationid 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-apicatalogpvtspecificationspecificationid",
  "method": "GET",
  "path": "/api/catalog/pvt/specification/{specificationId}",
  "summary": "VTex Get specification by specification ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 32,
        "FieldTypeId": 6,
        "CategoryId": 10,
        "FieldGroupId": 11,
        "Name": "Peso",
        "Description": "Peso",
        "Position": 1,
        "IsFilter": false,
        "IsRequired": true,
        "IsOnProductDetails": false,
        "IsStockKeepingUnit": true,
        "IsWizard": false,
        "IsActive": true,
        "IsTopMenuLinkActive": false,
        "IsSideMenuLinkActive": false,
        "DefaultValue": null
      }
    }
  ]
}