sellbrite/connector

Integrate with Sellbrite

dev-master 2018-04-06 18:46 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

  1. Installation
    • Install using Composer
      1. 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
      2. If you are deploying the extension to a production environment, follow the Magento 2 deployment instructions.

    • Install by copying files
      1. Create an app/code/Sellbrite/Connector directory in your Magento installation.

      2. Download the latest Source Code.

      3. Extract the file and copy the contents of the magento2-sellbrite-connector-master directory into the app/code/Sellbrite/Connector directory.

      4. 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
      5. If you are deploying the extension to a production environment, follow the Magento 2 deployment instructions.

  2. Connect
    1. In the Magento admin, go to System > Sellbrite > Connect to Sellbrite.
    2. Click on the Connect to Sellbrite button, which will navigate to a Sellbrite page.
    3. Login to your Sellbrite account to finalize the connection.

Uninstalling the Extension

  1. In the Magento admin, go to System > Extensions > Integrations.

  2. Select the trash icon in the same row as SellbriteConnector.

  3. Switch to the apache user, or the equivalent for your system.

    sudo su apache
  4. 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.