VTEX · Example Payload

Vtex Post Apicatalogpvtspecification Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post Apicatalogpvtspecification 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-apicatalogpvtspecification",
  "method": "POST",
  "path": "/api/catalog/pvt/specification",
  "summary": "VTex Create specification",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 88,
        "FieldTypeId": 1,
        "CategoryId": 4,
        "FieldGroupId": 20,
        "Name": "Material",
        "Description": "Composition of the product.",
        "Position": 1,
        "IsFilter": true,
        "IsRequired": true,
        "IsOnProductDetails": false,
        "IsStockKeepingUnit": false,
        "IsWizard": false,
        "IsActive": true,
        "IsTopMenuLinkActive": false,
        "IsSideMenuLinkActive": true,
        "DefaultValue": "Cotton"
      }
    }
  ]
}