VTEX · Example Payload

Vtex Getalistofreviews Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getalistofreviews 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": "GetalistofReviews",
  "method": "GET",
  "path": "/reviews-and-ratings/api/reviews",
  "summary": "VTex Get list of reviews",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": [
          {
            "id": "1",
            "productId": "880035",
            "rating": 3,
            "title": "anon",
            "text": "anon",
            "reviewerName": "anon",
            "shopperId": "anon@email.com",
            "reviewDateTime": "06/02/2021 20:58:43",
            "searchDate": "2021-06-02T20:58:43Z",
            "verifiedPurchaser": false,
            "sku": null,
            "approved": true,
            "location": "",
            "locale": null,
            "pastReviews": null
          },
          {
            "id": "2",
            "productId": "880035",
            "rating": 5,
            "title": "logged in",
            "text": "it's cool",
            "reviewerName": "Brian",
            "shopperId": "brian@email.com.br",
            "reviewDateTime": "06/02/2021 21:00:00",
            "searchDate": "2021-06-02T21:00:00Z",
            "verifiedPurchaser": false,
            "sku": null,
            "approved": true,
            "location": "",
            "locale": null,
            "pastReviews": null
          },
          {
            "id": "c66d8bc0-787c-11ec-82ac-028dd4526e77",
            "productId": "880035",
            "rating": 3,
            "title": "Korean",
            "text": "ko-KR",
            "reviewerName": "ko-KR",
            "shopperId": "user@email.com",
            "reviewDateTime": "01/18/2022 16:36:33",
            "searchDate": "2022-01-18T16:36:33Z",
            "verifiedPurchaser": false,
            "sku": null,
            "approved": true,
            "location": null,
            "locale": "ko-KR",
            "pastReviews": null
          }
        ],
        "range": {
          "total": 26,
          "from": 0,
          "to": 3
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/vtex-getalistofreviews-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.