Skip to main content

Integration Instructions

Appboxo Connector

Appboxo Connector is a Magento 2 custom module that provides deeper integration with Shopboxo

Features

  • Creates Appboxo Connector integration with these permissions:
Sales → Operations → Orders → Actions → Create
Sales → Operations → Orders → Actions → View
Sales → Operations → Orders → Actions → Reorder
Sales → Operations → Orders → Actions → Edit
Sales → Operations → Orders → Actions → Cancel
Sales → Operations → Orders → Actions → Accept or Deny Payment
Sales → Operations → Orders → Actions → Capture
Sales → Operations → Orders → Actions → Invoice
Sales → Operations → Orders → Actions → Comment
Catalog → Inventory → Products
Catalog → Inventory → Categories
Customers → All customers
Carts → Manage carts
Stores → Settings → Configuration → Inventory section
  • Creates new "mp_storeview" store view, that will be used to distinguish between website and mini program carts

  • Extends built-in REST & GraphQL APIs for fetching products and managing carts

Prerequisites

The module supports Magento 2.2 or above versions. Make sure you have access to the terminal for executing Magento commands.

Installation

Run the below command to install the connector via composer

composer require appboxo/connector

After installation please run these commands for the module to start working

bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento c:c
How to update the module
composer update appboxo/connector
bin/magento setup:upgrade
bin/magento setup:di:compile

Setup integration

  1. Login to Magento admin panel
  2. Go to Appboxo Connector page Stores -> Configuration -> Appboxo Connector
  3. Click on Generate Token button
  4. Click on Copy Token and paste it in your integration settings in Shopboxo dashboard

magento dashboard

caution

Due to very customizable nature of Magento, sometimes we see instances that have changed standard magento order flow.
In those rare cases we notify merchants and ask them to fix the issue before we can proceed 🙂