Omnisend MCP Server

createProduct

Add new products to the Omnisend catalog by defining details such as title, description, variants, images, and pricing. Streamlines product management for targeted marketing campaigns.

Instructions

Create a new product in the Omnisend catalog. Product data can include details like title, description, variants, images, price, and more.

Input Schema

NameRequiredDescriptionDefault
productDataYesProduct data

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Omnisend MCP Server

Related Tools

ID: 9b2gk8u8oq