bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Begin Implementing V3 while remaining Backwards Compatible.
What?
I think developers on BigCommerce have shown much interest in seeing this API supporting version 3 APIs including Cart and Catalog (#248, #261). This pull request is the beginning of implementing it in a backwards compatible fashion.
Is using a switch statement the best way to do this in getProducts()? Should we create an entire new release for version 3, scrapping the older functions?