Skip to content

Releases: aligent/bigcommerce-v3-api-php-client

Release v1.4.2

15 Apr 12:03
Compare
Choose a tag to compare

Release v1.4.1

11 Apr 00:45
Compare
Choose a tag to compare

New Features

  • Implement the missing create and update endpoints for Brands.

Fixed Issues

  • Fixed 404 errors on scripts api (#55), thanks to @kishan93
  • Fixed issue where subscribers API was not accessible
  • Fixed issue where Widget Template endpoints were incorrect

Release v1.4.0

05 Apr 07:25
563dd3e
Compare
Choose a tag to compare

New Features

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

31 Mar 04:58
Compare
Choose a tag to compare

Bug Fix

Fix issue with Metafield APIs missing create and update endpoints.

Release v1.3.2

31 Mar 04:14
4979017
Compare
Choose a tag to compare

Bug Fix

Fix issue with Metafield APIs not working.

Release v1.3.1

24 Mar 05:57
d4989ff
Compare
Choose a tag to compare

Bug Fix

Fix issue with all batch operations under PHP 7.4

Release v1.3.0

19 Mar 00:50
bd3e422
Compare
Choose a tag to compare

New Features

Implement the new Custom Template Associations API.

Release v1.2.0

11 Jan 23:07
5dfcf4e
Compare
Choose a tag to compare

New Features

Until BigCommerce decide to be consistent and include a Get Customer endpoint, add CustomersApi::getById(int $id).

Release v1.1.0

07 Jan 00:48
Compare
Choose a tag to compare

New Features

Implemented create and update Product Variant as this has been missed previously.

Release v1.0.0

04 Dec 11:47
6da00b1
Compare
Choose a tag to compare

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: