bigcommerce-api-php
bigcommerce-api-php copied to clipboard
getOptionValues does not filter by ID
https://github.com/bigcommerce/bigcommerce-api-php/blob/master/src/Bigcommerce/Api/Client.php#L676-L680
This getOptionValues() function does not filter by an Option ID, this seems to be contradictory to how we built out similar functions such as getOrderProducts(). I think we should update getOptionValues() to accept an ID and include that in it's request if so.