shipping_carrier
E-commerceGenerate shipping carrier names (UPS, FedEx, DHL, USPS, etc.). For order tracking and logistics system testing.
Example Outputs
UPSFedExDHLUSPSRoyal MailAPI Usage
Send a POST request to generate shipping carrier 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": "shipping_carrier",
"type": "shipping_carrier"
}
]
}
]
}'Common Use Cases
- Order tracking testing
- Shipping selection UI
- Logistics system seeding
Quick Info
- Field Type
- shipping_carrier
- Category
- E-commerce
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Shipping Carrier + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.