bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Connect PHP applications with the Bigcommerce Platform
### Expected behavior It should return the value of the property condition from the Object Rules. ### Actual behavior Is trying to get property of non-object at /var/www/rebillia/vendor/bigcommerce/api/src/Bigcommerce/Api/Resources/Rule.php:25) ### Steps...
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...
Pls add this function in package #### What? A description about what this pull request implements and its purpose. Try to be detailed and describe any technical details to simplify...
### Expected behavior Receive all custom fields for a product ### Actual behavior Receive 401 response ### Steps to reproduce behavior Place a GET request to ```/stores/{store_hash}/v2/products/{product_id}/customfields/```
### Expected behavior Receive all store's shipping zones ### Actual behavior Receive 401 response ### Steps to reproduce behavior Place a GET request to ```/stores/{store_hash}/v2/shipping/zones/```
### Expected behavior get skus for the product specified ### Actual behavior empty string
### Expected behavior /** * Delete the given optionValue. * * @param int $option_id option id * @Param int $id value id * @return mixed */ public static function deleteOptionValue($option_id,...
Connection.php L212 If the response body of a request with 404 status has JSON content, the library throws an exception instead of ClientError. Cause: Connection::handleResponse() decodes the response body without...
#### What? A description about what this pull request implements and its purpose. Try to be detailed and describe any technical details to simplify the job of the reviewer and...
I don't think that the conditions() function is needed anymore with the Rules resource. This is because the conditions are now returned as an array on the rule object. However,...