PayPal MCP

create_product

Add new products to PayPal by specifying details like name, description, type, and category. Ideal for managing physical, digital, or service-based offerings directly within the MCP server.

Instructions

Create a new product in PayPal

Input Schema

NameRequiredDescriptionDefault
categoryYes
descriptionYes
home_urlNo
image_urlNo
nameYes
typeYes

Input Schema (JSON Schema)

{ "properties": { "category": { "type": "string" }, "description": { "type": "string" }, "home_url": { "type": "string" }, "image_url": { "type": "string" }, "name": { "type": "string" }, "type": { "enum": [ "PHYSICAL", "DIGITAL", "SERVICE" ], "type": "string" } }, "required": [ "name", "description", "type", "category" ], "type": "object" }

You must be authenticated.

Other Tools from PayPal MCP

Related Tools

ID: 6op9uaqyev