product_category
E-commerceGenerate product category names like Electronics, Clothing, Home & Garden, Books. For catalog organization and navigation testing.
Example Outputs
ElectronicsClothingHome & GardenBooksSportsAPI Usage
Send a POST request to generate product category 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_category",
"type": "product_category"
}
]
}
]
}'Common Use Cases
- Category navigation testing
- Product filtering
- Catalog organization
Quick Info
- Field Type
- product_category
- Category
- E-commerce
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Product Category + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.