firestarter_register_seller
Register as a seller on Firestarter with your business name to unlock product listings, imports, and store connections. If already registered, returns your existing seller profile.
Instructions
Register the current account as a seller on Firestarter. This is required BEFORE the seller can create listings (firestarter_list), import products (firestarter_import), or connect a store (firestarter_connect_shopify). Only requires a business_name. If firestarter_list or firestarter_import returns NO_SELLER_PROFILE, call this first, then retry the original tool immediately. Idempotent: if the account is already a seller, returns the existing profile without error. After registration the seller can immediately list products - payouts (firestarter_payouts) can be set up later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional. Seller type. Defaults to 'retailer'. Only ask if the seller mentions they're a wholesaler/manufacturer. | |
| business_name | Yes | REQUIRED. The seller's business or brand name, e.g. "Tania's Art Studio" or "QuickShip Electronics". |