Build multi-vendor marketplaces with vendor management, product catalogs, and order processing.
curl -X POST https://api.etaildepot.com/v2/vendors \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "ACME Store",
"email": "contact@acmestore.com",
"business_type": "retail",
"commission_rate": 0.05
}'
/vendors
Create a new vendor in your marketplace
name
- Vendor business nameemail
- Vendor contact emailcommission_rate
- Marketplace commission (0.0-1.0)/vendors/{id}
Retrieve vendor details and performance metrics
/products
Add a product to the marketplace catalog
vendor_id
- Associated vendor IDname
- Product nameprice
- Product price in centsinventory_count
- Available inventoryOnboard vendors, manage commissions, and track performance with comprehensive analytics.
Centralized product management with inventory tracking and automated pricing rules.
Automated order routing to vendors with real-time status updates and fulfillment tracking.
Detailed marketplace analytics with vendor performance metrics and revenue insights.