product_name
BusinessGenerate realistic product names across categories like electronics, clothing, food, home, and software. Products that look real in your e-commerce UI.
Example Outputs
Wireless Bluetooth HeadphonesOrganic Green TeaRunning Shoes ProCloud Backup SuiteParameters
| Parameter | Description |
|---|---|
| category | Product category (electronics, clothing, food, home, software) |
API Usage
Send a POST request to generate product name data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "product_name",
"type": "product_name",
"params": {
"category": "electronics"
}
}
]
}
]
}'Common Use Cases
- E-commerce seeding
- Product catalog testing
- Search results testing
- Cart UI testing
Quick Info
- Field Type
- product_name
- Category
- Business
- Parameters
- 1 parameter
- Output Format
- JSON, CSV, SQL
Generate Product Name + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.