VTEX · Example Payload

Vtex Put Apicatalogpvtcategorycategoryid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Put Apicatalogpvtcategorycategoryid 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": "put-apicatalogpvtcategorycategoryid",
  "method": "PUT",
  "path": "/api/catalog/pvt/category/{categoryId}",
  "summary": "VTex Update category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 1,
        "Name": "Home Appliances",
        "FatherCategoryId": null,
        "Title": "Home Appliances",
        "Description": "Discover our range of home appliances. Find smart vacuums, kitchen and laundry appliances to suit your needs. Order online now.",
        "Keywords": "Kitchen, Laundry, Appliances",
        "IsActive": true,
        "LomadeeCampaignCode": "",
        "AdWordsRemarketingCode": "",
        "ShowInStoreFront": true,
        "ShowBrandFilter": true,
        "ActiveStoreFrontLink": true,
        "GlobalCategoryId": 3367,
        "StockKeepingUnitSelectionMode": "LIST",
        "Score": null,
        "LinkId": "Alimentacao",
        "HasChildren": true
      }
    }
  ]
}