Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
MCP ServerToolsSubscription Plan ItemsPOST

Subscription Plan Items

Manage mappings between a subscription plan and its included digital assets. Use action=“create” to map a digital asset to a plan. Use action=“list” to read existing mappings. Use action=“delete” to remove a mapping.

Input Schema

ParameterTypeDescription
actionstringAction to perform: list, create, delete
idstringItem UUID (required for delete)
site_idstringSeller site UUID
plan_catalog_item_idstringThe plan catalog item UUID
digital_catalog_item_idstringThe digital catalog item UUID included in the plan
limitnumberLimit results for list
offsetnumberOffset results for list

Example

{ "action": "create", "plan_catalog_item_id": "PLAN_ITEM_ID", "digital_catalog_item_id": "DIGITAL_ITEM_ID" }
Last updated on