VTEX · Example Payload

Vtex Productandtradepolicy Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Productandtradepolicy 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": "ProductandTradePolicy",
  "method": "GET",
  "path": "/api/catalog_system/pvt/products/productget/{productId}",
  "summary": "VTex Get product and its general context",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 1,
        "Name": "Ra\u00e7\u00e3o Royal Canin Feline Urinary",
        "DepartmentId": 1,
        "CategoryId": 10,
        "BrandId": 2000000,
        "LinkId": "racao-royal-canin-feline-urinary",
        "RefId": "",
        "IsVisible": true,
        "Description": "Descri\u00e7\u00e3o.",
        "DescriptionShort": "",
        "ReleaseDate": "2020-01-06T00:00:00",
        "KeyWords": "bbbbbbbbbbbb*, a@",
        "Title": "Ra\u00e7\u00e3o Royal Canin Feline Urinary",
        "IsActive": true,
        "TaxCode": "",
        "MetaTagDescription": "Descri\u00e7\u00e3o.",
        "SupplierId": 1,
        "ShowWithoutStock": true,
        "ListStoreId": [
          1,
          2,
          3
        ],
        "AdWordsRemarketingCode": "",
        "LomadeeCampaignCode": ""
      }
    }
  ]
}