VTEX · Example Payload

Vtex Upsertmapping Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Upsertmapping 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": "UpsertMapping",
  "method": "PUT",
  "path": "/seller-register/pvt/sellers/{sellerId}/sales-channel/mapping",
  "summary": "VTex Upsert Sales Channel Mapping",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": [
        {
          "marketplaceSalesChannel": 1,
          "sellerChannel": "GCB"
        },
        {
          "marketplaceSalesChannel": 2,
          "sellerChannel": "GCB"
        }
      ]
    }
  ],
  "responseExamples": []
}