sellbrite / connector
Integrate with Sellbrite
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 306
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 20
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100
This package is not auto-updated.
Last update: 2020-07-16 23:22:55 UTC
README
This module integrates the multichannel listing and inventory management services from Sellbrite with Magento.
About Sellbrite
Sellbrite is powerfully-simple cloud software that enables you to easily list and sell your products on multiple sales channels, control and sync inventory, manage and fulfill orders, and access the multichannel reporting intelligence you need to be successful.
Extension User Guide
Prerequisites
- Active account with Sellbrite. Sign up today
- Magento running on a server which has the OpenSSL and SoapClient PHP extensions installed
- PHP version 5.6.0 and greater
Versions
This extension supports Magento Community and Enterprise version 2.0.0 and greater.
Getting Started
- Installation
- Install using Composer
-
Run these commands in your root Magento installation directory (this extension is registered on Packagist):
composer require sellbrite/connector:master bin/magento module:enable --clear-static-content Sellbrite_Connector bin/magento setup:upgrade bin/magento cache:flush
-
If you are deploying the extension to a production environment, follow the Magento 2 deployment instructions.
-
- Install by copying files
-
Create an
app/code/Sellbrite/Connector
directory in your Magento installation. -
Download the latest Source Code.
-
Extract the file and copy the contents of the
magento2-sellbrite-connector-master
directory into theapp/code/Sellbrite/Connector
directory. -
Run the following commands from your root Magento installation directory:
composer require sellbrite/connector:1.0.1 bin/magento module:enable --clear-static-content Sellbrite_Connector bin/magento setup:upgrade bin/magento cache:flush
-
If you are deploying the extension to a production environment, follow the Magento 2 deployment instructions.
-
- Install using Composer
- Connect
- In the Magento admin, go to System > Sellbrite > Connect to Sellbrite.
- Click on the Connect to Sellbrite button, which will navigate to a Sellbrite page.
- Login to your Sellbrite account to finalize the connection.
Uninstalling the Extension
-
In the Magento admin, go to System > Extensions > Integrations.
-
Select the trash icon in the same row as SellbriteConnector.
-
Switch to the
apache
user, or the equivalent for your system.sudo su apache
-
Run the following commands in the root of your Magento installation directory:
bin/magento module:uninstall Sellbrite_Connector composer remove sellbrite/connector
-
If the module was installed by manually copying files follow with the command:
rm -rf app/code/Sellbrite/Connector
-
License
This project is licensed under the Open Software License 3.0 (OSL-3.0). See included LICENSE file for full text of OSL-3.0.