Jason Zamora
Jason Zamora
Made a couple of small fixes to the PHP API Library: 1) Sku class had an options() method that tried to pull a list of options from a separate resource...
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...
The library does not currently have a Customer Groups class so the only way to work with the customer groups resource is to use more low level request methods. Would...
#### What? This is an example of some template adjustments that will allow the PDP to support new pricing behavior where `price` can be excluded from variant data if not...