-
I would like to add a new stream to Bigcommerce sources:
- https://developer.bigcommerce.com/api-reference/96cc44c8e9321-get-order-shipping-addresses
- https://developer.bigcommerce.com/api-referen…
-
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\Conn…
-
I am attempting to first update a brand, then create a product using the Bigcommerce API. I am doing so with the following code:
```
Bigcommerce::updateBrand(48, ['name'=>'Del Sol']);
echo "Brand Upd…
-
### Expected behavior
I would expect to be able to retrieve an order's transaction details.
See: https://developer.bigcommerce.com/api-reference/orders/orders-transactions-api
### Actual beh…
-
I have a shared TSLint config that I use in multiple projects. i.e.:
```json
{ "extends": "@bigcommerce/tslint-config" }
```
However, this doesn't work because `@bigcommerce/tslint-config` is …
-
### Expected behavior
No error to show up
### Actual behavior
The error appears while running `stencil start`, but only after the browser loads the live preview:
![Screen Shot 2021-08-27 at 8 09…
-
### Expected behavior
stencil start is successful
### Actual behavior
stencil start
not ok -- StoreHashReadError: Request failed with status code 400
Please visit the troubleshooting page ht…
-
For years I use "stencil push" in my terminal in many sites we build. Yesterday we launched a new site and we point the domain to the sandbox. After I tried to connect and generated new API. I added i…
-
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
…
-
In reference to existing closed tickets, this bug has just occurred once again, and cost me about 4 hours trying to figure out why 🙃. If possible it may be worth putting a message into the error strea…