Skip to main content
Glama

Iaptic MCP Server

Official
by iaptic

customer_add_purchase

Manually link a customer to a specific purchase using customerId and purchaseId. Overrides receipt validation links for precise purchase management within the Iaptic MCP Server.

Instructions

Manually associate a customer with a purchase.

  • Links a purchase to a specific customer
  • Takes priority over receipt validation links
  • Useful for manual purchase management
  • Purchase format should be "platform:purchaseId", for example apple:123109519983
  • Required: customerId and purchaseId

Input Schema

NameRequiredDescriptionDefault
customerIdYesApplication username of the customer
purchaseIdYesID of the purchase to associate

Input Schema (JSON Schema)

{ "properties": { "customerId": { "description": "Application username of the customer", "type": "string" }, "purchaseId": { "description": "ID of the purchase to associate", "type": "string" } }, "required": [ "customerId", "purchaseId" ], "type": "object" }

You must be authenticated.

Other Tools from Iaptic MCP Server

Related Tools

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/iaptic/mcp-server-iaptic'

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