Karen White
Karen White
Hey @Reshkill , This API client only supports our v2 API, which would require 2 separate calls to get the customer by ID and then their address. We're hoping to...
If you generated your API token from the control panel, your store hash will be in the API Path on the Create API Account screen: https://api.bigcommerce.com/stores/{{Store Hash}}/v3/
Hey @Mosa1 , a getSkusByProduct function was recently merged in PR #239. Could you confirm the changes you're suggesting?
Which scopes do you have enabled? You'll need the `modify content` scope at minimum, and `modify checkout content` if your script placement is on the checkout page.
Hey @sardarusama41062 , looks like you're sending PTA in the authorization instead of PAT. You'll also want to make sure there's a space between PAT and the token itself.
Hey @travisfisher , this client is configured for v2 API requests only (although this is something we want to address in the near future). Order Transactions is a v3 endpoint...
@preetha2711 Thanks for submitting a PR! Could you fill in some details about your changes on the pull request template so our team can review?
It would be good to get a few more details about what you're trying to do. The "custom_status" field on an order reflects a custom status label, if [one of...
Thanks for raising the issue @joegarcia ! It looks like the video resource is missing the create and delete methods, even though those methods are allowed: https://github.com/bigcommerce/bigcommerce-api-python/blob/8ba3ad860ffcd8c03dabf5bea52155b9dd0e0111/bigcommerce/resources/products.py#L135 Opened #78 to...
Hi @joegarcia , the change has merged and should be included if you pull down the latest version of the library. Would you mind testing and closing out this issue...