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_id | customer_name | customer_email | product | quantity | total | status | created_at |
|---|---|---|---|---|---|---|---|
| 55623451-4a4e-4de5-86f0-857d5ac1844a | Eli Nielsen | eli.nielsen@mail.test | Everyday Backpack | 1 | 263.5 | delivered | 2024-03-04T19:21:05.993Z |
| 3e869592-5e24-43a3-8e32-442f4865b352 | Mateo Okafor | mateo.okafor@example.com | Linen Throw | 5 | 355.14 | processing | 2024-09-28T11:23:32.619Z |
| e5ecc62f-8c0c-44e4-92c6-3ad951ac7f94 | Eli Martin | eli.martin@example.com | Ceramic Set | 2 | 57.29 | refunded | 2024-08-24T08:37:29.873Z |
| 7997e4d9-a0c7-4bd9-b0d8-f5cffe1c7e85 | Zara Kim | zara.kim@example.com | Linen Throw | 5 | 76.67 | refunded | 2024-09-02T07:09:31.809Z |
| c8cb195d-1719-4abe-b004-ab462b4dee3b | Ava Martin | ava.martin@sample.org | Everyday Backpack | 1 | 193.11 | shipped | 2024-12-23T21:44:51.888Z |
| 08d287f0-877d-407d-9fce-03b7821f1adf | Noah Brown | noah.brown@example.com | Everyday Backpack | 1 | 108.34 | delivered | 2024-09-06T11:07:12.849Z |
| 35d01a71-dac1-4b6a-b68e-620a0293b77c | Ava Silva | ava.silva@sample.org | Canvas Weekender | 4 | 278.36 | delivered | 2025-01-08T22:48:37.299Z |
[
{
"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_iduuidUnique order identifier
customer_namestringCustomer full name
customer_emailemailCustomer email address
productstringPurchased item
quantityintegerNumber of items
totaldecimalOrder total in USD
statusstringCurrent order state
created_atdateOrder creation date