bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Connect PHP applications with the Bigcommerce Platform
#### What? I think developers on BigCommerce have shown much interest in seeing this API supporting version 3 APIs including Cart and Catalog (#248, #261). This pull request is the...
I am trying to get the customer information with the address in 1 call/ The client.php getCustomer function only allows $id value. I thought about using the getCustomers function which...
Adds missed closing quote
#### What? Some responses incorrectly throw error messages because there is a type mismatch on the arguments to the error constructors. Basically, `json_decode` on the response body is not guaranteed...
Made a couple of small fixes to the PHP API Library: 1) Sku class had an options() method that tried to pull a list of options from a separate resource...
### Expected behavior According big commerce docs, you are allowed to create pricelist and pricelist records as described in: - https://developer.bigcommerce.com/api-reference/catalog/pricelists-api/price-lists/createpricelist - https://developer.bigcommerce.com/api-reference/catalog/pricelists-api/price-lists-records/setpricelistrecordcollection ### Actual behavior Maybe I'm wrong, but...
### Expected behavior `getCustomers()`, `getCustomer(customer_id)` etc should return appropriate result. ### Actual behavior These throws `Bigcommerce/Api/Error` see full error stack below: ``` PHP Error: Wrong parameters for Bigcommerce/Api/ClientError([string $message [,...
### Expected behavior ### Actual behavior i'm trying to process payment in bigcommerce by using Payment API. But i'm getting the error of 401. i have followed the doc but...
### 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 behavior `Call to undefined method Bigcommerce\Api\Resources\Order::getTransactions()` ### Steps to reproduce behavior...