For Help with this installation, please contact [email protected]
The Coedition Vendor module for magento 2 handles the integration for coedition marketplace vendors.
This extension updates API endpoints for coedition to integrate into your system.
There are many ways to install a magento 2 module, the simplest is to download the code from this repository and do the following:
- Make a directory inside your magento 2 installation, in your
app/code
directory namedCoedition
. - Click the
clone or download zip
button for this repository and then change the name of the folder fromvendor-module-magento2-master
toVendor
and then drop the folder into the newly madeapp/code/Coedition
folder so the path of thisVendor
folder will beapp/code/Coedition/Vendor
. - Run
php bin/magento setup:upgrade
to install. (you may stop here if in development mode) - Run
php bin/magento setup:di:compile
- Run
php bin/magento setup:static-content:deploy
to complete the process for production.
Here is a video that demonstrates the above instructions:
You must create an api/admin user for Coedition to access your categories and products and to have the ability to push orders back into your system. Here is a video for instructions, just click the image below to view the video.
You now need to categorize your products into the Coedition taxonomy so that we can pull into our system. Here is a video for instructions, just click the image below to view the video.