We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73cc2ce + c0122af commit 341ad85Copy full SHA for 341ad85
src/BigCommerce/ResourceModels/Catalog/Product/ProductVariant.php
@@ -9,7 +9,7 @@ class ProductVariant extends ResourceModel
9
public int $id;
10
public int $product_id;
11
public string $sku;
12
- public int $sku_id;
+ public ?int $sku_id;
13
public ?float $price;
14
public ?float $calculated_price;
15
public ?float $sale_price;
0 commit comments