tiendanube_create_product
Add a new product to your e-commerce store with multilingual support, variants, images, categories, and SEO metadata. Requires product name and price.
Instructions
Create a new product in the store. At minimum requires name and price. Supports multiple languages, variants, images, categories, and extensive metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_es | Yes | Product name in Spanish (required) | |
| 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 | Yes | Product price (required) | |
| 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 | |
| image_urls | No | Array of image URLs for the product |