Create product
shop_create_productCreates a product for the shop. Guidance: Creates a product for the shop. | context: title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Product slug (used in its access URL). | |
| tags | No | Set of tags associated with the product. | |
| brand | No | Product brand platform. | |
| media | No | Unique ID of the slide selected as the product thumbnail. | |
| title | Yes | Product name. | |
| status | No | Product publishing status.- **DRAFT**: the product is being prepared and is not visible to the customers yet - **PUBLISHED**: the product is ready and available in the shop - **INVISIBLE**: the product is not visible to the customers | |
| summary | No | Product short description. | |
| highlight | No | Boolean indicating if the product should be showcased in the shop products list or not. | |
| meta_title | No | Product SEO title (for referencing by search engines). | |
| collections | No | List of the collections (unique IDs) to which the product belongs. | |
| product_ref | No | Product reference ID. | |
| visibility_end | No | RFC 3339 datetime with timezone until which the product should remain visible, for example 2026-07-31T18:00:00+02:00. Omit to keep the product visible until it is manually hidden or removed. | |
| meta_description | No | Product SEO description (for referencing by search engines). | |
| visibility_start | No | RFC 3339 datetime with timezone from which the product should become visible, for example 2026-07-15T09:30:00+02:00. Omit to make the product visible as soon as it is published. | |
| show_similar_products | No | Boolean indicating whether the "Similar products" section should be displayed in the shop for this product or not. | |
| set_custom_similar_products | No | Manually defined list of similar products (unique product IDs are expected). The product field `custom_similar_products` will be filled with these products. |