Shopper Approved · Example Payload

Shopper Approved Submit Order Example

Example of submitting an order to trigger a review request via the Shopper Approved API

ReviewsRatingsE-CommerceCustomer FeedbackSocial Proof

Shopper Approved Submit Order Example is an example object payload from Shopper Approved, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "Submit Order for Review Collection - Example Request/Response",
  "description": "Example of submitting an order to trigger a review request via the Shopper Approved API",
  "request": {
    "method": "POST",
    "url": "https://api.shopperapproved.com/orders/12345?token=your-api-token",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "orderid": "ORDER-10050",
      "email": "customer@example.com",
      "name": "Jane Smith",
      "date": "2026-05-02",
      "followup": "2026-05-09",
      "products": [
        {
          "id": "PROD-001",
          "name": "Classic Cotton T-Shirt - Blue/Medium",
          "url": "https://mystore.com/products/classic-cotton-t-shirt",
          "image": "https://mystore.com/images/classic-cotton-t-shirt.jpg"
        }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "message": "Order submitted successfully. Review request scheduled for 2026-05-09."
    }
  }
}

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/shopper-approved-submit-order-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.