MockHero

product_category

E-commerce

Generate product category names like Electronics, Clothing, Home & Garden, Books. For catalog organization and navigation testing.

Example Outputs

ElectronicsClothingHome & GardenBooksSports

API 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

Try it now

Generate product category data instantly in the playground.

Generate Product Category + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free