I would like to know more about the requirement below, which is written in Requirements for public apps on Shopify.
- The subscription app must use the product subscription app extension on the product page. Changes made to subscription plans from the Shopify admin must be reflected in the app.
- The subscription app must let merchants remove products from a plan in the Shopify admin using the product subscription app extension.
Does this mean that the app must let merchants do all the following using the product subscription app extension
- add the current product to an existing selling plan (mode: add)
- create a new selling plan, and add the current product to it (mode: create)
- modify an existing selling plan (mode: edit)
- remove the current product from a selling plan (mode: remove)
, or is it ok to only let merchants remove products from a plan using the product subscription app extension as written in the second requirement above? (And only let merchant do the create, add and edit operations inside the app?)
I apologize for asking such a specific question, but I would appreciate if someone could give me information.
Thanks.