Update listing
update_listingUpdate specific fields on an existing listing by providing its id and only the fields you want to change.
Instructions
Update fields on an existing listing (PUT /listings/:id). Provide only the fields you want to change alongside the listing id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Listing id | |
| price | No | ||
| state | No | ||
| title | No | ||
| city_id | No | ||
| brand_id | No | ||
| model_id | No | ||
| available | No | ||
| attributes | No | ||
| country_id | No | ||
| sku_number | No | ||
| category_id | No | ||
| description | No | ||
| listing_type | No | ||
| short_description | No |