VTEX · Example Payload

Vtex Getselleraccountconfig Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getselleraccountconfig 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": "Getselleraccountconfig",
  "method": "GET",
  "path": "/suggestions/configuration/seller/{sellerId}",
  "summary": "VTex Get Seller's Approval Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "sellerId": "sellerexample",
        "accountId": "d74dau71f-325a-4463-bd53-ae8b0453186ca",
        "accountName": "marketplaceexample",
        "mapping": {
          "defaultColor": "white /black",
          "searchColor": "color1, color2",
          "color1": "black",
          "color2": "white",
          "color": "black",
          "size": "EUR44"
        },
        "matchFlux": "default"
      }
    }
  ]
}