Update paragraph
shop_update_paragraphUpdates a product description paragraph Guidance: Updates a product description paragraph | context: paragraph_id, product_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | If the paragraph stores a `"TEXT"` content, this flag indicates whether the paragraph should be displayed as raw HTML in the shop owner's backoffice or not. | |
| content | No | Content of the paragraph. **This field should only be provided if the paragraph stores a `"TEXT"` or `"QUOTE"` content.** | |
| media_id | No | Unique ID of the media object associates with this paragraph. **This field should only be provided if the paragraph stores a `"PHOTO"` or `"EMBED"` content.** | |
| position | No | Position of the paragraph in the product's description (0 is the first). | |
| product_id | Yes | Unique ID of the Product. | |
| paragraph_id | Yes | Unique ID of the Paragraph. | |
| paragraph_type | No | Type of content contained in the paragraph.- **TEXT**: simple text (HTML tags can be used for formatting) - **QUOTE**: simple quote (HTML tags can be used for formatting) - **EMBED**: external content integration - **PHOTO**: image |