Commerce

E-commerce orders

Realistic purchases with customers, products, payment states, and order totals.

8Fields
3Formats
Variations
02

Preview

Showing 7 of 25 generated rows

order_idcustomer_namecustomer_emailproductquantitytotalstatuscreated_at
55623451-4a4e-4de5-86f0-857d5ac1844aEli Nielseneli.nielsen@mail.testEveryday Backpack1263.5delivered2024-03-04T19:21:05.993Z
3e869592-5e24-43a3-8e32-442f4865b352Mateo Okaformateo.okafor@example.comLinen Throw5355.14processing2024-09-28T11:23:32.619Z
e5ecc62f-8c0c-44e4-92c6-3ad951ac7f94Eli Martineli.martin@example.comCeramic Set257.29refunded2024-08-24T08:37:29.873Z
7997e4d9-a0c7-4bd9-b0d8-f5cffe1c7e85Zara Kimzara.kim@example.comLinen Throw576.67refunded2024-09-02T07:09:31.809Z
c8cb195d-1719-4abe-b004-ab462b4dee3bAva Martinava.martin@sample.orgEveryday Backpack1193.11shipped2024-12-23T21:44:51.888Z
08d287f0-877d-407d-9fce-03b7821f1adfNoah Brownnoah.brown@example.comEveryday Backpack1108.34delivered2024-09-06T11:07:12.849Z
35d01a71-dac1-4b6a-b68e-620a0293b77cAva Silvaava.silva@sample.orgCanvas Weekender4278.36delivered2025-01-08T22:48:37.299Z
ecommerce-orders.json
[
  {
    "order_id": "55623451-4a4e-4de5-86f0-857d5ac1844a",
    "customer_name": "Eli Nielsen",
    "customer_email": "eli.nielsen@mail.test",
    "product": "Everyday Backpack",
    "quantity": 1,
    "total": 263.5,
    "status": "delivered",
    "created_at": "2024-03-04T19:21:05.993Z"
  },
  {
    "order_id": "3e869592-5e24-43a3-8e32-442f4865b352",
    "customer_name": "Mateo Okafor",
    "customer_email": "mateo.okafor@example.com",
    "product": "Linen Throw",
    "quantity": 5,
    "total": 355.14,
    "status": "processing",
    "created_at": "2024-09-28T11:23:32.619Z"
  },
  {
    "order_id": "e5ecc62f-8c0c-44e4-92c6-3ad951ac7f94",
    "customer_name": "Eli Martin",
    "customer_email": "eli.martin@example.com",
    "product": "Ceramic Set",
    "quantity": 2,
    "total": 57.29,
    "status": "refunded",
    "created_at": "2024-08-24T08:37:29.873Z"
  },
  {
    "order_id": "7997e4d9-a0c7-4bd9-b0d8-f5cffe1c7e85",
    "customer_name": "Zara Kim",
    "customer_email": "zara.kim@example.com",
    "product": "Linen Throw",
    "quantity": 5,
    "total": 76.67,
    "status": "refunded",
    "created_at": "2024-09-02T07:09:31.809Z"
  },
  {
    "order_id": "c8cb195d-1719-4abe-b004-ab462b4dee3b",
    "customer_name": "Ava Martin",
    "customer_email": "ava.martin@sample.org",
    "product": "Everyday Backpack",
    "quantity": 1,
    "total": 193.11,
    "status": "shipped",
    "created_at": "2024-12-23T21:44:51.888Z"
  },
  {
    "order_id": "08d287f0-877d-407d-9fce-03b7821f1adf",
    "customer_name": "Noah Brown",
    "customer_email": "noah.brown@example.com",
    "product": "Everyday Backpack",
    "quantity": 1,
    "total": 108.34,
    "status": "delivered",
    "created_at": "2024-09-06T11:07:12.849Z"
  },
  {
    "order_id": "35d01a71-dac1-4b6a-b68e-62
Schema

What’s inside.

A stable, documented schema across every generated format.

order_iduuid

Unique order identifier

customer_namestring

Customer full name

customer_emailemail

Customer email address

productstring

Purchased item

quantityinteger

Number of items

totaldecimal

Order total in USD

statusstring

Current order state

created_atdate

Order creation date