bigcommerce / bigcommerce-api-php

Connect PHP applications with the Bigcommerce Platform
https://developer.bigcommerce.com
MIT License
144 stars 186 forks source link

Unable to fetch product images #284

Open ramth05 opened 1 year ago

ramth05 commented 1 year ago

Expected behavior

Bigcommerce::getProductImages(107); must return the product images

Actual behavior

Bigcommerce::getProductImages(107); Currently returns false , because of /at the end of collection path. return self::getCollection('/products/' . $id . '/images/', 'ProductImage');

Steps to reproduce behavior