🔌 The official Billbee API SDK for PHP 💻
Documentation of the Billbee REST API to connect a Billbee account to external aplications. Endpoint The Billbee API end
Bugfixes: - `SoldProduct::getSkuOrId()` returns ?string [#71](https://github.com/billbeeio/billbee-php-sdk/issues/71) - `SoldProduct::getEan()` retu…
Stable Release Notes from v2.2.0-RC1 - Copyright updated - Replaced the `mintware-de/data-model-mapper` serializer with `jms/serializer` - Upd…
- Copyright updated - Replaced the `mintware-de/data-model-mapper` serializer with `jms/serializer` - Updated `phpstan/phpstan` to `^1.8.2` - Incre…
- Updated psr/log to ^1.1.0 || ^2.0.0 || ^3.0.0
## v2.0.0 (28 Oct 2021) - Updated guzzlehttp/guzzle to V7.4.0 - Updated psr/log to 1.1.0 - Updated the Billbee API Endpoint ## v2.0.0-RC3 (21 …
New Features: - `DELETE /api/v1/customers/addresses/{id}` added. (`Client::patchAddress($id, $model)`) ([PR #40](https://github.com/billbeeio/billbee…
Bugfixes - URL encode the `$extRef` in `getOrderByOrderNumber` and the `$externalId` in `getOrderByPartner` before sending the request to the API.
Changed the required PHP CPU architecture to 64bit^.