VTEX · Example Payload

Vtex Createchannel Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createchannel 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": "CreateChannel",
  "method": "POST",
  "path": "/api/sent-offers/channels",
  "summary": "VTex Create Channel",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "vendor": "vtex",
        "name": "Amazon",
        "logo": "https://s3.amazonaws.com/Marketplace-Integration/Bridge/logos/madeiramadeira.png"
      }
    }
  ],
  "responseExamples": []
}