Create Item
create_itemPublish a new product listing on MercadoLibre by entering title, category, price, and stock. Authenticated OAuth2 write access creates the listing in the selected country's account, with optional images, description, and listing type.
Instructions
Create a new product listing on MercadoLibre.
Requires OAuth2 write scope on the profile matching site_id — that
profile's authenticated account is the one that will own the new listing.
Use predict_category/list_categories first to find valid category IDs.
Usage examples:
"Create a listing for an iPhone 15 at 1500 ARS in category MLA1051" → site_id="MLA"
"Publish a new running shoes product in Uruguay for 2500 UYU" → site_id="MLU"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||