Hello, I am testing how to make an integration with prestashop but i cant find any reference about product combinations.
I can get a “collection” for combinations from “get product” method but how is possible to get info about that collection.
I have used Prestashop api manually and you need a second call to api to get combination information (first you get all combinations id from get product method and call “get combination” for each id to get combination information).
I have feeling that prestashop integration is incomplete and it need another set of method for combinations (get, update, create, etc.)