firestarter_register_seller
No seller profile? Register your account as a Firestarter seller to unlock listings, product imports, and store connection. Just provide a business name; existing profiles return without error.
Instructions
Register the current account as a seller on Firestarter. Registration is the precondition for creating listings (firestarter_list), importing products (firestarter_import), and connecting a store (firestarter_connect_shopify): a NO_SELLER_PROFILE error from those tools means this registration hasn't happened yet, and they succeed once it has. Only requires a business_name. 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. | |
| country | No | Optional. ISO 3166-1 alpha-2 code of the country the seller's business BANKS IN, e.g. 'MY', 'TH', 'US'. Pass it if the seller has already mentioned where they are — it is required later for Stripe payouts and recording it now saves an extra round-trip. Never invent one: omit it rather than guessing from language or timezone, because Stripe locks it permanently at account creation. | |
| business_name | Yes | REQUIRED. The seller's business or brand name, e.g. "Tania's Art Studio" or "QuickShip Electronics". |