Assign a plan to multiple customers in one request, with optional entitlement or credit items
succeeded and failed arrays in the response.skip_invoice: true when migrating customers who have already paid outside of Metrifox. The subscription and order will be created, but no invoice will be generated.Array of customer keys to assign to the plan
["cust_001", "cust_002", "cust_003"]The offering key of the plan to assign
"pro-plan"
The billing interval for the subscription. Must be an interval available on the plan.
"monthly"
Optional entitlement or credit items to include with the subscription. Each item must have either a feature_key or credit_key, plus a quantity.
When true, subscriptions are created without generating invoices. Use this for customer migrations where payment has already been collected externally.