VTEX · Example Payload

Vtex Updatefeed Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Updatefeed 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": "UpdateFeed",
  "method": "PUT",
  "path": "/api/sent-offers/feeds/{feedId}",
  "summary": "VTex Update Feed",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "affiliateId": "MKP",
        "salesChannels": "5"
      }
    }
  ],
  "responseExamples": []
}