bigcommerce-api-php icon indicating copy to clipboard operation
bigcommerce-api-php copied to clipboard

getOptionValues does not filter by ID

Open bc-jz opened this issue 9 years ago • 0 comments

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.

bc-jz avatar Mar 31 '16 00:03 bc-jz