ebay_revise_listing
Revise an existing eBay fixed-price listing by updating any of its fields like quantity, price, or title. Send only the fields you want to change.
Instructions
Revise an existing fixed-price listing. Update quantity, price, title, description, or any other field.
Uses the Trading API (ReviseFixedPriceItem). Only send the fields you want to change.
Examples:
Update quantity: { "Quantity": 10 }
Update price: { "StartPrice": 14.99 }
Update title: { "Title": "New Title" }
Multiple fields: { "Quantity": 10, "StartPrice": 14.99 }
Required: User OAuth token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Trading API Item fields to update | |
| itemId | Yes | The eBay item ID to revise |