bigcommerce-api-php icon indicating copy to clipboard operation
bigcommerce-api-php copied to clipboard

Unable to fetch product images

Open ramth05 opened this issue 2 years ago • 0 comments

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

ramth05 avatar Mar 13 '23 08:03 ramth05