Congratulations
I am asking about product types:
Description of possible types:
https://www.mageworx.com/wiki/cat/magento-2-productA description of exactly our problem
In Magento2 you can group products, for example
If we sell Air Jordan size 41, 42, and 43
Then we will have one Configurable product (Air Jordan)
and three SIMPLE products (sizes 41, 42, and 43)
Example implementation on Magento2:
https://www.nike.com/t/air-jordan-1-high-og-black-white-big-kids-shoes-Qv803M/FD...Air Jordan - Configurable Product
3.5Y,4Y,4.5Y,5Y,5.5Y,6Y,6.5Y,7Y, - SIMPLE products that are tied to configurable
Documentation for creating a simple product:
https://developer.adobe.com/commerce/webapi/rest/tutorials/configurable-product/...Documentation for creating a configurable product:
https://developer.adobe.com/commerce/webapi/rest/tutorials/configurable-product/...This allows you to manage each product separately and control its availability, price and other characteristics
The results of our research with Viktor showed that at the moment only one type of product is coming - SIMPLE, and there is no way to change it
Question 2
Prices for customer groups
Magento 2 can set a separate price for each group of customers:
Pricing update documentation for individual groups:
https://developer.adobe.com/commerce/webapi/rest/modules/catalog/catalog-pricing...The logic is that the guest sees and operates with one price, the admin with another, and the authorized client with the third
Can you implement the ability to send data as described in the documentation of the first and second points?
Thank you, if there are any questions, I will try to answer them