createMembershipPlan
Create membership plans with pricing, visibility, and subscription settings for directory websites. Configure paid, free, or claimable plans with monthly/yearly billing options.
Instructions
Create a membership plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_name | Yes | ||
| subscription_type | Yes | Subscription type. AMBIGUOUS — likely duplicates profile_type (paid/free/claim) OR is a separate role identifier that defaults to "member".\nIf you are choosing a monetization model for the plan, use profile_type instead (it has an authoritative paid/free/claim enum).\nOnly set subscription_type explicitly if BD docs or a BD staff member has told you its valid values. Otherwise omit it and let the default "member" apply. | member |
| profile_type | Yes | ||
| monthly_amount | No | ||
| yearly_amount | No | ||
| sub_active | No | ||
| searchable | No | ||
| search_priority | No | Search-result display priority (integer, lower number = higher in results).\n 0 = highest priority (shows at the top of public search results)\n 1, 2, 3, ... = progressively lower priority (shown after lower-numbered priorities, then ordered by whatever the default sort is)\nUse 0 for featured / premium membership tiers that should always appear first. Use higher numbers for standard or budget tiers. There is no upper bound.\nThis is NOT a 0/1 boolean — it is a full integer where the NUMERIC VALUE determines ordering. | |
| payment_default | No |