tiendanube_update_product
Update specific fields of an existing product by providing the product ID and only the fields to change.
Instructions
Update an existing product. All fields are optional except product_id. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The unique ID of the product to update | |
| name_es | No | Product name in Spanish | |
| name_pt | No | Product name in Portuguese | |
| name_en | No | Product name in English | |
| description_es | No | Product description in Spanish | |
| description_pt | No | Product description in Portuguese | |
| description_en | No | Product description in English | |
| price | No | Product price | |
| promotional_price | No | Promotional/sale price | |
| sku | No | Stock Keeping Unit code | |
| stock | No | Stock quantity | |
| stock_management | No | Enable stock management for this product | |
| weight | No | Product weight | |
| width | No | Product width | |
| height | No | Product height | |
| depth | No | Product depth | |
| cost | No | Product cost price | |
| published | No | Whether the product is published | |
| free_shipping | No | Whether the product has free shipping | |
| requires_shipping | No | Whether the product requires shipping | |
| brand | No | Product brand | |
| video_url | No | Product video URL | |
| seo_title | No | SEO title for the product | |
| seo_description | No | SEO description for the product | |
| tags | No | Comma-separated tags for the product | |
| categories | No | Array of category IDs this product belongs to |