Update SellerHub Listing
update_sellerhub_domainUpdate domain listing settings: description, display name, buy-it-now price, minimum offer price, and toggle their enable states. Prices use amount and currency.
Instructions
Update settings for a SellerHub domain listing. You can update description, pricing, and price toggles. Prices use { amount: string, currency: string } format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name of the SellerHub listing. | |
| 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 or disable the buy-it-now price. | |
| minPriceEnabled | No | Enable or disable the minimum offer price. |