We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd6fd47 + fa09bc9 commit 6417a2bCopy full SHA for 6417a2b
1 file changed
src/Bigcommerce/Api/Client.php
@@ -484,7 +484,7 @@ public static function getProducts($filter = array())
484
*/
485
public static function getProductImages($id)
486
{
487
- return self::getCollection('/products/' . $id . '/images/', 'ProductImage');
+ return self::getCollection('/products/' . $id . '/images', 'ProductImage');
488
}
489
490
/**
0 commit comments