bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Connect PHP applications with the Bigcommerce Platform
#### What? www.campman.com returns the "X-BC-ApiLimit-Remaining" header in all lower-case, like "x-bc-apilimit-remaining". The getRequestsRemaining API can not find the header, and always returns 0. I patched the getHeader function so...
I am trying to replace the whole sentence with single word.As the itles are coming dynamically we cant change it in html file so I am trying to replay the...
https://github.com/bigcommerce/bigcommerce-api-php/blob/01a42fe40abef81e81750ea2f17bec2f7bc49a17/src/Bigcommerce/Api/Client.php#L429 Actually I'm using bigcommerce customer login API. When I'm calling the "getCustomerLoginToken" function it shows me "random_bytes()" undefined error. I know this function is in php 7.0 and for...
Hi, I have an issue with custom layout_files when updating / creating products via the API. My entire API call works nice and smoothly except for assigning a specific layout_file...
This is the example code I am using to update the resource. Im not passing any info about the total/subtotal. It should just update the passed in fields and not...
### Expected behavior Webhook functions should start and list webhooks ### Actual behavior Webhook functions aren't in the sdk ### Steps to reproduce behavior I installed the sdk via composer,...
As i did RnD on bigcommerce api (https://developer.bigcommerce.com/api/v2/) i have't found any method for analytics reports. could you please help me.
I have been trying to upload Product images through the API without Success. The Code below states that, the images field can not be writen to and i get the...
More details in the bug here https://jira.bigcommerce.com/browse/BIG-23455 GIST - API thows state is a required field when UK address dont have state
Updating SKU's used for product options in deep-product stores can take lots of operations as can managing 100's of products individually. CSV import although improved requires human time so if...