Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 07:25
563dd3e

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)