VTEX · Example Payload

Vtex Listfeeds Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Listfeeds 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": "ListFeeds",
  "method": "GET",
  "path": "/api/sent-offers/feeds",
  "summary": "VTex List Feeds",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "account": "grocery1",
          "id": "digibee.shopee",
          "affiliateId": "SHP",
          "salesChannel": "1",
          "channelName": "shopee",
          "channelLogo": "https://s3.amazonaws.com/Marketplace-Integration/Bridge/logos/shopee.png"
        },
        {
          "account": "grocery1",
          "id": "v2v.saggin",
          "affiliateId": "SGN",
          "salesChannel": "1",
          "channelName": "Saggin",
          "channelLogo": "https://saggin.myvtex.com/api/license-manager/site/pub/accounts/a44ab387-ab95-439e-81aa-7c1a56b45374/logos/show"
        },
        {
          "account": "grocery1",
          "id": "vtex.amazon",
          "affiliateId": "MSM",
          "salesChannel": "1",
          "channelName": "Amazon",
          "channelLogo": "https://s3.amazonaws.com/Marketplace-Integration/Bridge/logos/amazon.png"
        }
      ]
    }
  ]
}