Skip to content

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

Release v1.6.3

21 Nov 23:32
4c7e642
Compare
Choose a tag to compare

Fixes

  • Add brand_name property to Product (Issue #99, thanks @guillaume-sarramegna)

Release v1.6.2

07 Sep 03:22
437612a
Compare
Choose a tag to compare

Fixes

Release v1.6.1

01 Sep 02:55
a78e28f
Compare
Choose a tag to compare

Changes

  • The JSON output from ResourceModels will no longer include the $optionObject that was used to construct them.

New Features

  • Implement Store Information endpoints

Release v1.6.0

20 Jul 23:17
6020ec7
Compare
Choose a tag to compare

Changes

This release changes the root API client class from BigCommerce\ApiV3\Client
to BigCommerce\ApiV3\BaseApiClient. The interface is unchanged, this abstract class
has been added to allow for a common parent to both the V3 and V2 apis.

New Features

  • Add support for creating Orders via the V2 API. In the future this will be removed in favour of a V3 API when an endpoint is added.
  • Add CustomersApi::getAllPages() which allows fetching all the Customers matching the filter in one request.

Release v1.5.3

04 Jul 11:26
4f52473
Compare
Choose a tag to compare

New Features

  • Add Redirect::toProduct() and toCategory() methods. See
    documentation
    for details.

  • Add ability for batch update to auto-retry chunks

Fixes

  • Fixes bug in creating/updating Customer Addresses (thanks @davidnathanael)

Release v1.5.2

30 Jun 08:38
89c980a
Compare
Choose a tag to compare

Fixes

  • Fixes The request payload is too large. The maximum items allowed in the array is 50
    error on upsert redirects endpoint

Release v1.5.1

28 Jun 04:01
4f32935
Compare
Choose a tag to compare

New Features

  • Add setCustomUrl() to Category, Brand, and Product for simpler custom url setup

Release v1.5.0

10 May 04:11
fd360dc
Compare
Choose a tag to compare

New Features

  • Add the ability to specify attributes, addresses, form_fields, and authentication when creating customers (#67)

Fixes

  • Add missing Customer properties (notes, tax_exempt_category, accepts_product_review_abandoned_cart_emails,
    store_credit_amounts, origin_channel_id, and channel_ids)

Release v1.4.4

23 Apr 06:25
Compare
Choose a tag to compare

Release v1.4.3

22 Apr 00:45
Compare
Choose a tag to compare

New Features

Implemented the Redirects V3 API