update_listing_pricing
Update a listing's pricing by setting base price, cleaning fee, extra person fee, and weekly/monthly discount factors.
Instructions
Update pricing for a listing — base price, cleaning fee, extra person fee, and discounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency code (e.g., USD) | |
| basePrice | No | Nightly base price | |
| listingId | Yes | The listing ID | |
| cleaningFee | No | Cleaning fee | |
| extraPersonFee | No | Fee per extra person | |
| weeklyPriceFactor | No | Weekly discount factor (e.g., 0.9 for 10% off) | |
| monthlyPriceFactor | No | Monthly discount factor (e.g., 0.8 for 20% off) |