bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Connect PHP applications with the Bigcommerce Platform
When I try to update a category "image_file" field script throws an error --- Fatal error: Uncaught Client Error (400): The field 'image_file' is invalid. thrown in /var/www/public/vendor/bigcommerce/api/src/Bigcommerce/Api/Connection.php on line...
Hello, We developed and design theme using the stencil CLI. Now we are trying to upload theme on storefront. For that, first I created bundle file using stencil bundle command....
I'm checking for status code 429 in the handleReponse() method, which indicates that the rate limit has been reached, and simply delaying and then repeating the request after the allotted...
#### What? This pull request is mostly a duplicate of #167 expect it also fixes the failed unit tests. The `Rule->conditions` method should act like the `Sku->options` method and not...
i have used following steps composer require bigcommerce/api composer update require('vendor/autoload.php'); use Bigcommerce\Api\Client as Bigcommerce; when i try to configure Basic Auth then its working but when i try same...
...Please remove it from your request before trying again. - Fix for API error: The field 'primary_image' cannot be written to. Please remove it from your request before trying again....
#### What? Add filter param for Client#getPages. This methods lack this parameter. Other similar methods have it (getProducts). #### Tickets / Documentation [Documentation](https://developer.bigcommerce.com/api/v2/#list-pages) - a documentation that confirms taht pages...
Rule queries return the array of conditions within the result, not a resource url. This change pulls the RuleConditions from the result, just as the Sku->options() does
A "Customer" query returns a "customer_group_id". The API allows querying the details of the CustomerGroup. This patch adds support for the CustomerGroup query by id.