Create Vendor
Vendors
Create Vendor
Register a new vendor in your shop
POST
Create Vendor
Overview
Creates a new vendor with the specified commission configuration. The vendor name is stored in lowercase and must be unique within your shop.Use Cases
- Automate vendor onboarding from a registration form or CRM
- Bulk-create vendors by scripting multiple API calls
- Sync vendors from an external marketplace or ERP system
Request Body
Name of the vendor. Will be converted to lowercase. Must be unique per shop.
Commission model:
"percentage" or "flat".Commission value. For percentage type, this is the percentage (e.g.
10 for 10%). For flat type, this is the fixed amount per item.Response
200
Error: Duplicate Vendor
409