barcode_ean13
E-commerceGenerate valid EAN-13 barcode numbers with correct check digits. The international standard for product identification in retail.
Example Outputs
590123412345740063813339318710398512376API Usage
Send a POST request to generate barcode ean-13 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": "barcode_ean13",
"type": "barcode_ean13"
}
]
}
]
}'Common Use Cases
- Inventory system testing
- POS system testing
- Product scanning testing
Quick Info
- Field Type
- barcode_ean13
- Category
- E-commerce
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Barcode EAN-13 + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.