Sellers
Create Seller
Register a new seller account with its first member.
POST
Creates a seller account, optionally with an initial address, professional details, and payment details.
This is a public route: no
Authorization or x-seller-id header is required. When called without an authenticated member, member_email is required so the owner member can be created.Body parameters
string
required
The seller’s display name.
string
required
The seller’s contact email.
string
required
The seller’s default currency code (e.g.
usd).string
Unique handle for the seller’s storefront URL.
string
The seller’s contact phone number.
string
Email for the owner member, required when there is no authenticated member.
string
First name of the owner member.
string
Last name of the owner member.
string
Description of the seller’s store.
object
The seller’s address.
object
The seller’s business registration details.
object
The seller’s bank account details.
object
Custom key-value pairs.
object
Custom data passed to workflow hooks.
Response
object