Omnisend MCP Server

replaceProduct

Overwrite an existing product's information by replacing it entirely with new data using the specified product ID. Ideal for comprehensive updates in the Omnisend marketing platform.

Instructions

Replace an existing product with new data. This completely overwrites the product information rather than updating specific fields.

Input Schema

NameRequiredDescriptionDefault
productDataYesProduct data
productIdYesProduct ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productData": { "additionalProperties": true, "description": "Product data", "properties": {}, "type": "object" }, "productId": { "description": "Product ID", "type": "string" } }, "required": [ "productId", "productData" ], "type": "object" }

You must be authenticated.

Other Tools from Omnisend MCP Server

Related Tools

ID: 9b2gk8u8oq