Jeff Kelly
Results
1
comments of
Jeff Kelly
$image = $fields["images"]; BigCommerce_Api::createResource( '/products/' . $productId . '/images', $image ); As per the API, images, among [other properties](https://developer.bigcommerce.com/api/v2/#create-a-product), are Read Only, and cannot be created with the Product Resource....