VTEX · Example Payload

Vtex Feedconfiguration Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Feedconfiguration 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": "FeedConfiguration",
  "method": "POST",
  "path": "/api/orders/feed/config",
  "summary": "VTex Create or update feed configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "filter": {
          "type": "FromOrders",
          "expression": "value > 100",
          "disableSingleFire": false
        },
        "queue": {
          "visibilityTimeoutInSeconds": 250,
          "MessageRetentionPeriodInSeconds": 345600
        }
      }
    }
  ],
  "responseExamples": []
}