We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6fd47 commit fa09bc9Copy full SHA for fa09bc9
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