Skip to main content
Glama

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" }

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/plutzilla/omnisend-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server