iqnection-modules / silverstripe-bigcommerceapp
IQnection SilverStripe BigCommerce App Integration
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- axllent/silverstripe-bootstrap-forms: ^2.0
- bigcommerce/api: ^3.0
- moderntribe/bigcommerce-api-php-v3: ^2.0
- silverstripe/framework: ^4.1
- unclecheese/dropzone: dev-master
Suggests
- salesforce/handlebars-php: Allows validation of handle bars templates used in Widgets
This package is auto-updated.
Last update: 2024-12-06 00:06:00 UTC
README
Developed by IQnection
Provides an interface for creating a BigCommerce App.
Requires a developer's API Client ID and Client Secret
- Create your BigCommerce account, then go to https://devtools.bigcommerce.com/my/apps
- Login to the CMS and go to Settings, select the ?Developer? tab, then BigCommerce tab
- Take note of the URLs provided, you'll need to enter these when creating your BigCommerce App
- Click "Create an App" and fill in all of your information, including the URLs provided from SilverStripe
Once your app is created, you'll be able to retrieve your Client ID
- create a config file /app/_config/bigcommerce.yml and add the following credentials:
IQnection\BigCommerceApp\Client:
client_id: '{your_client_id}'
client_secret: '{your_client_secret}'
debug: true
- Run a dev/build
... more to come