3 hours ago
Currently there is one endpoint in the API that can be used to update a product:
However, we can only update one product at a time. To update a list of products, developers have to generate an API request for each product item which is very inefficient.
An option to supply a list of product ids along with the data to be updated would be greatly appreciated.