bigcommerce-api-php icon indicating copy to clipboard operation
bigcommerce-api-php copied to clipboard

Connect PHP applications with the Bigcommerce Platform

Results 78 bigcommerce-api-php issues
Sort by recently updated
recently updated
newest added

+ Delete the given optionValue + Return the collection of all option values By OptionID + Get collection of product rules by Product

Hi!, I'm new to this opening issues with packages/packagist thing... It would be better to have a clean `composer dumpautoload` **without** having any warning. `Class Bigcommerce\Test\Unit\ConnectionTest located in .../vendor/bigcommerce/api/test\Unit\Api\ConnectionTest.php does...

#### What? For example, HTTP header names such as `X-Rate-Limit-Requests-Left` may instead be returned as `x-rate-limit-requests-left`. Per the HTTP specification (https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2), HTTP header names should always be treated as case-insensitive,...

#### What? This request implement **ConnectionInterface**. I think this is very useful so now you can create custom connection service and mock necessary responses without even having developer account. You...

### Expected behavior As an API user, I would like to see the response headers when I encounter an error, either 4xx or 5xx. This will increase the ability to...

and I am not even able to start step 1 here. **Issues:** > Basic Auth method Bigcommerce::configure(array( 'store_url' => 'https://store.mybigcommerce.com', 'username' => 'admin', 'api_key' => 'd81aada4xc34xx3e18f0xxxx7f36ca' )); So the question...

#### Since this API was abandoned, I've started implementing my own Library using version 'v3' with **Backward Compatible** and can be easily edited for future releases. As of now, this...

### I am not able to find the store_hash key in bigcommerce panel ### Unable to get response $response = Bigcommerce::configure(array( 'client_id' => 'fsdfsdfsdfsdf', 'auth_token' => 'used my access token',...

### Expected behavior i want to insert script when app is install ### Actual behavior app will install successfully but when am try to insert script it will shoe 403...

Looks like BigCommerce doesn't even work on their own php sdk library. - Last release was 2+ years ago - The sdk is outdated (still on v2) - BigCommerce suggests...