Replies: 1 comment 2 replies
-
It depends on your exact requirements but generally yes, you'll probably want to encapsulate this extended functionality in a plugin. If you want to duplicate some of the Admin API functionality in the Shop API, I suggest you basically copy-paste those resolvers into your own plugin code. Resolvers are usually very "thin" - most of the code is contained in the service layer, which you can re-use. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do i really need to create a plugin for this? to let the customers create their own shop and at the same time create the channel for multi tenancy. But how can i create a List of Products, is there a way to copy the code from the admin-api and put it in shop-api. So that Customers can manage their own Products, Orders, Products Categories.
Give me an idea gus how to do it.
Beta Was this translation helpful? Give feedback.
All reactions