I want to add products in bigcommerce store using bigcommerce Api PHP.
My code is like below:
$fields = array( "name" => "Apple" );
BigCommerce_Api::createBrand($fields);
store is connected successfully but products are not creating.Please help...