CodeToolsHub.dev

Ecommerce Product Generator

Live

Fake products with SKU, price, stock and category.

All generated data is fictional and intended for development, testing, QA, prototyping, and automation only. Do not use it for fraud, impersonation, or illegal activity.

Configuration

Output

Configure the options and press Generate to produce output.

About this tool

Perfect for seeding catalogs, building storefront demos, and testing product grids. Choose the BR or US region to switch currency between BRL and USD.

Example output

[
  {
    "id": "49dc0072-f008-4260-9bf4-b7646c97c2a2",
    "name": "Vandelay Deluxe Backpack",
    "sku": "BAC-965614",
    "slug": "vandelay-deluxe-backpack",
    "description": "Deluxe backpack by Vandelay. Toys & Games essential for everyday use.",
    "category": "Toys & Games",
    "brand": "Vandelay",
    "price": 769.49,
    "currency": "BRL",
    "stock": 339,
    "inStock": true,
    "rating": 4.1,
    "createdAt": "2025-01-17T13:40:42.885Z"
  },
  {
    "id": "6e51c185-1ffd-427a-abe4-e07868d2408c",
    "name": "Initech Smart Phone Case",
    "sku": "PHO-426062",
    "slug": "initech-smart-phone-case",
    "description": "Smart phone case by Initech. Books essential for everyday use.",
    "category": "Books",
    "brand": "Initech",
    "price": 597.87,
    "currency": "BRL",
    "stock": 27,
    "inStock": true,
    "rating": 5,
    "createdAt": "2026-02-06T23:46:27.840Z"
  }
]

API endpoint

curl "https://codetoolshub.dev/api/v1/commerce/product?count=3"
API

Frequently asked questions

Can I export to CSV?
Yes — every array output supports Download CSV with a flattened header.

Related tools