node-bigcommerce
node-bigcommerce copied to clipboard
A node module for authentication and use with the BigCommerce API
For the tutorial for creating the BigCommerce App, there is a function call verifyJWT. However, I cannot find that from the class here https://developer.bigcommerce.com/docs/ZG9jOjE4MjIyODMy-step-2-connect-your-app-to-big-commerce I tried to replace verify with...
Hi, I would like to know why I am getting the response as `You are being redirected.` when I should have got an example data object as mentioned in the...
When querying customer attribute with name:in it gives 422 error { "errors": {}, "status": 422, "title": "The filter(s): name:in are not valid filter parameter(s).", "type": "https://developer.bigcommerce.com/api-docs/getting-started/api-status-codes" } Tested via https://developer.bigcommerce.com/api-reference/store-management/customers-v3/customer-attributes/customersattributesget...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Hi, BigCommerce provides different types of authentication nowadays. While going through the library I couldn't see an SSO integration basically which generates a single sign-in URL. [Source](https://developer.bigcommerce.com/api-docs/customers/customer-login-api#create-jwt-using-a-javascript-function) While going through...
I am trying to use the `/catalog/products/{product_id}/metafields` endpoint to fetch metafields for the product. This product whose `id` I used exists, it has a metafields and the store api credentials...
Errors throw encoded via current API and it's hard to tell why. Patchwork of diff in https://github.com/getconversio/node-bigcommerce/pull/73 All credit to @richardkeller411 - please merge so we can get that :fire:
Updated the Body Error to Fix Issue #66