We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b0c13 commit 007ba5bCopy full SHA for 007ba5b
src/BigCommerce/Api/Catalog/Products/ProductImagesApi.php
@@ -42,4 +42,9 @@ public function create(ProductImage $productImage): ProductImageResponse
42
{
43
return new ProductImageResponse($this->createResource($productImage));
44
}
45
+
46
+ public function update(ProductImage $productImage): ProductImageResponse
47
+ {
48
+ return new ProductImageResponse($this->updateResource($productImage));
49
+ }
50
0 commit comments