bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Connect PHP applications with the Bigcommerce Platform
I am receiving an error when making a PUT request. The error says: ``` Use of undefined constant STDIN - assumed 'STDIN' ``` It occurs in `Bigcommerce/Api/Connection.php` on line `369`....
Is it possible to get the Google Product Search api added? Would be great to be able to update these values. I have created a ticket with support on this...
The library does not currently have a Customer Groups class so the only way to work with the customer groups resource is to use more low level request methods. Would...
Could you please implement the Blog Posts API described here(https://developer.bigcommerce.com/api/stores/v2/blog/posts)?
$fields should be public so you can access its individual members directly
there is my question: http://stackoverflow.com/questions/29515849/how-to-create-product-with-custom-option-on-bigcommerce-api
hello, how to get error on Bigcommerce::configure if url, user is incorrect? now im got error with $error = Bigcommerce::getLastError(); than im trying to do somtng like $orders = Bigcommerce::getOrders();...
Hi I have previously used the following code to add a product image once the product was created. $image = new Bigcommerce_Api_ProductImage(); $image->product_id = $prodid; $image->image_file = $image; // etc.....
Currently it looks like below vendor/bigcommerce/api/src/Bigcommerce/Api/Client.php:398 ``` /** * Update the given product. * * @param int $id product id * @param mixed $object fields to update */ public static...
A tax_class_id of 0 is valid and maps to the default tax class, but you can't set a product's tax_class_id to 0 using the product update. Additionally, when the tax_class...