VTEX · Example Payload

Vtex Changenotification Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Changenotification 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": "ChangeNotification",
  "method": "POST",
  "path": "/api/catalog_system/pvt/skuseller/changenotification/{skuId}",
  "summary": "VTex Change notification with SKU ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "404",
      "contentType": "text/plain",
      "example": "Seller StockKeepingUnit `{{skuId}}` not found for this seller id `{{sellerId}}`"
    }
  ]
}