Create a grouping product
This is how you can create a simple product via API.
Please note that for this to work, you need to create a template beforehand. This mutation can only assign products to an already existing template, and will NOT create a new one.
You can also assign a category to the newly created product in the same query.
While templateCode is required, categoryCodes is not. But if used, also needed to be created beforehand.
Last updated