Create SellerHub Listing
create_sellerhub_domainList a domain for sale on the SellerHub marketplace, making it publicly visible as available for purchase. Optionally set buy-it-now or minimum offer price at creation.
Instructions
List a domain for sale on the SellerHub marketplace. This makes the domain publicly visible as available for purchase. The domain starts in 'verifying' status. You can optionally set pricing at creation time, or use update_sellerhub_domain later. Always confirm with the user before listing — verify the domain name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name to list for sale. | |
| binPrice | No | Buy-it-now price (e.g. { amount: "9999", currency: "USD" }). | |
| minPrice | No | Minimum offer price (e.g. { amount: "100", currency: "USD" }). | |
| description | No | Description for the listing. | |
| displayName | No | Display name for the listing. | |
| binPriceEnabled | No | Enable the buy-it-now price. | |
| minPriceEnabled | No | Enable the minimum offer price. |