Shops > Plan > organizationsPlanCreate
organizationsPlanCreate
POST:organizations/plan.json
Description
Switch organization's plan.
Topic: Plan
Arguments
data: PlanCreate!
Main argument for mutations.
Unique organization identifier. See also: Unique Identifiers
Example: "og_EQzGqWoY"
Data Argument Fields
Unique payment method identifier. See also: Unique Identifiers
Example: "pm_EQzGqWoY"
Valid when: payment_method_id matches regexp pattern: ^pm_
Unique plan identifier. See also: Unique Identifiers
Example: "medium"
Valid when: plan_id is not empty
Stripe payment method token
Example: "tok_123"
Result
Boolean
Preview (typescript)
Loading module