user2969275
user2969275

Reputation: 21

Create and Update Images with PHP API

I'm using bigcommerce.php to create and update products.

Can image information be included in the product arrays that are passed to updateProduct() and createProduct() or are there any other API functions for images?

Upvotes: 2

Views: 444

Answers (1)

Anakbhai Gida
Anakbhai Gida

Reputation: 668

for image your need to use the api resource library and use the following class for image and set your custom fields. for that all classes and other resource file is available at the below github link

https://github.com/bigcommerce/bigcommerce-api-php/search?q=image&ref=cmdform

Upvotes: 3

Related Questions