Hi, I just noticed that there is an inconsistency in the description of /rest/items/variations/variation_markets:
The text says:
Lists all links between variations and markets.
Results can be filtered by the ID of the variation and by the ID of the market, e.g. "variationId=1030"
lists all links of the variation with the ID 1030.
But the parameter list is empty.
Furthermore, if I try to make a GET request to the node mentioned, I cannot use the filtering by id the text describes. Passing in the id as URL parameter does not make a difference. I get the same list of entries.
Is this node "deprecated" and using another is advised? Is there a newer/different method to do this?
Thanks.