Hi y'all,
how can we set up multiple plans for an app (both paid and non-paid)? I found another topic here, but I'm not sure if it's related, since it talks about something new, but the plans I mean seem to be available since ages (looking at old version of the API docs).
I couldn't find any way how to "declare" those different plans? I assume I need to declare them in my manifest.json?
Specifically the "plan" you can get using ZAF client.metadata https://developer.zendesk.com/api-reference/apps/apps-core-api/client_api/#clientmetadata and via API https://developer.zendesk.
ZCLI has an example with it too ("plan: "silver"): https://github.com/zendesk/zcli/blob/master/docs/apps.md#configuration


To set up plans for your paid Marketplace app, follow our Paid App setup guide.