💉 Database Seeding
Seed ecommerce
This API endpoint is responsible for populating all the essential entities required for an ecommerce service in the database.
It provides a convenient way for developers to initialize the ecommerce system with dummy or sample data for testing or development purposes.
post/seed/ecommerce
Response
Seed ecommerce
Example response
{
"message": "Database populated for ecommerce successfully",
"statusCode": 201,
"success": true
}