Set listing discount (PAID/impactful)
set_listing_discountSet a temporary discounted price on a listing for a specified number of days, updating the live price shown to buyers.
Instructions
Set a temporary discounted price on a listing (POST /listings/:id/discount). This changes the live price shown to buyers for the given period. Confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Listing id | |
| days | Yes | Discount duration in days | |
| price | Yes | New discounted price |