bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Connect PHP applications with the Bigcommerce Platform
After some testing we discovered that updating a product with a "max_uses" and "max_uses_per_customer" set to 1 (amount may not matter), disassociated the 'applies_to' resource. Basically it disassociated all the...
Is there any way to write a test for this package? I've implemented this in a Symfony project but I couldn't find any way to write a test, for instance...
#### What? Adding order taxes method to get the taxes' collection by `order_Id` #### Tickets / Documentation Add links to any relevant tickets and documentation. - [Link](https://developer.bigcommerce.com/docs/rest-management/orders/order-taxes)
I tried to get the products count from my store, but i faced this issue. Plz help me to fix this issue or give the source code to connect the...
### Expected behavior `Bigcommerce::getProductImages(107);` must return the product images ### Actual behavior `Bigcommerce::getProductImages(107);` Currently returns false , because of `/`at the end of collection path. return self::getCollection('/products/' . $id ....
I want to kno if it is possible to access the cart data through the App? I'm asking because i'm developing an app to read cart data. But whenever a...
### Expected behavior App is installed ### Actual behavior Parameter redirect_uri does not match registered URI error thrown, app is not installed. ### Steps to reproduce behavior Using `bigcommerce/api` version...
add getOrderConsignments method to get orders consignments.