Releases: aligent/bigcommerce-v3-api-php-client
Releases · aligent/bigcommerce-v3-api-php-client
Release v1.4.2
New Features
- Implement the Channel Currency Assignments API
Release v1.4.1
Release v1.4.0
New Features
- Implement the Cart API.
- Implement the Cart Items API
- Implement the Cart Redirect URLS API
- Allow the use of parameters in ProductsApi::Get.
Here's an example using PHP 8:
$product = $api->catalog()->product(123)->get(include_fields: ['description', 'sku'])->getProduct();
Bug Fix
Fix issue with ProductVariant::sku_id not being nullable #47 (thanks @Yorgv)
Release v1.3.3
Bug Fix
Fix issue with Metafield APIs missing create and update endpoints.
Release v1.3.2
Bug Fix
Fix issue with Metafield APIs not working.
Release v1.3.1
Bug Fix
Fix issue with all batch operations under PHP 7.4
Release v1.3.0
New Features
Implement the new Custom Template Associations API.
Release v1.2.0
New Features
Until BigCommerce decide to be consistent and include a Get Customer endpoint, add CustomersApi::getById(int $id)
.
Release v1.1.0
New Features
Implemented create and update Product Variant as this has been missed previously.
Release v1.0.0
This library now has complete coverage of the V3 administration APIs.
New Features
Adding support for the Widget/Content endpoints. See the Widgets Tutorial
for usage.
Implemented:
- Widgets API
- Widget Templates
- Get Theme Regions
- Placements API