Mjara Docs
User GuideManualEnglish DocumentationIntegrations

Shopify Integration

The Shopify Connector pulls the orders from Shopify and creates Sales Order against them in Mjara ERP.

While creating the sales order if Customer or Item is missing in Mjara ERP the system will create new Customer/Item by pulling respective details from Shopify.

How to Setup Connector?

Shopify Connector is moved out from Mjara ERP and available through a Mjara App on Mjara Cloud Marketplace [App Marketplace]

Note to users of old Shopify Connector

If you have not setup Shopify Connector on your Mjara ERP site you can proceed to next step.

If you are using old Shopify integration that's provided in Mjara ERP then you will have to disable the connector before proceeding. After installing the app, it will migrate existing data e.g. unique product_id for items to separate doctype. Once you are done configuring new integration, you can confirm the status of migration by going to "Ecommerce Integration Log" doctype.

App Installation

  • If you are hosting your Mjara ERP site on Mjara Cloud, you can quickly install the app by going to your site Dashboard. The app is available in Mjara Cloud Marketplace [App Marketplace]
  • If your site is hosted by Mjara, please raise a support ticket to get the app installed on your site.
  • If you are self hosting Mjara ERP you can install the app using Mjara bench. Refer bench documentation [Documentation] for installing Mjara Apps. bench get-app ecommerce_integrations --branch main

The repository for app is hosted on GitHub: http://github.com/Mjara/ecommerce_integrations/

Create A Custom App in Shopify

  1. Click on Apps in menu bar Menu Section
  2. Click on Develop apps for your store to create custom app new app
  3. Create New app
  4. Fill up the details and create app. The each app has its own API key, Password and Shared secret
  5. Allow following permissions to the app.
  • Draft Orders - Read and Write
  • Orders - Read and Write
  • Location - Read
  • Customers - Read
  • Assigned fulfillment orders - Read and Write
  • Products - Read and Write
  • Product listings - Read and Write
  • Inventory - Read and Write

your final admin scopes should look like this:

  1. Install the app on your site

Setting Up Shopify on Mjara ERP:-

Once you have created a Private App on Shopify, setup App Credentials and other details in Shopify Settings in Mjara ERP.

To access Shopify Settings, go to: Awesome search bar > Shopify Setting

  1. Fill-up Shopify site URL, Access Token and API Secret from Shopify's Private App.
  2. Setup Customer, Company and Inventory configurations.
  3. Shopify setting page
  4. Setup Sync Configurations. The system pulls Orders from Shopify and creates Sales Order in Mjara ERP. You can configure Mjara ERP system to capture payment and fulfilments against orders. Shopify sync config for orders
  5. Setup Tax Mapper. Prepare tax and shipping charges mapper for each tax and shipping charge you apply in Shopify. You can find name of your taxes from your Shopify Admin page. Shopify tax mapping Finding Shopify Tax names

After setting up all the configurations, enable the Shopify sync and save the settings. This will register the API's to Shopify and the system will start Order sync between Shopify and Mjara ERP.

Syncing Old Orders From Shopify

Once you are done with the Shopify configuration and have enabled Shopify Syncing, you also get a provision to sync your old orders from Shopify into Mjara ERP. This syncing will happen in background and can take few hours depending on number of orders you have.

  1. Enable "Sync Old Shopify Orders"
  2. Enter the From and To dates between which the orders need to be synced shopify sync old orders

Inventory Sync

You can update your inventory with Shopify for items that are synced from Shopify. Inventory sync is done every hour with a scheduled job. Inventory levels of items that have changed since last sync are pushed to Shopify. Inventory levels of Mjara ERP warehouses are mapped 1 to 1 with Shopify locations.

  1. To enable inventory sync click on the checkbox, this will show you a table to map Mjara ERP warehouse with Shopify Location.
  2. Select sync frequency. 30 to 60 minutes is recommended frequency.
  3. Click on "Fetch Shopify Locations" button to populate Shopify locations in the table.
  4. Link each location with Mjara ERP warehouse.
  5. Save the settings.

Inventory sync with shopify

Note: This connector assumes that Mjara ERP is main source of information about inventory levels, any changes done to Shopify inventory levels will be overwritten by Mjara ERP if Mjara ERP inventory levels change.

Note: Shopify does not support fractional quantity. If fractional quantity is found in Mjara ERP, the inventory level on Shopify will be set by rounding it down to nearest whole number.

Item Sync

You can enable sync of new Mjara ERP items to Shopify by checking "Upload new Mjara ERP items to Shopify".

You can also update Shopify item upon updating Mjara ERP item.

Following fields are uploaded / updated:

Mjara ERP FieldShopify Field
Item NameTitle
Item CodeSKU
Description bodyDescription
Item GroupProduct Type
Weight per UnitWeight
Weight UOMWeight UOM

By default all items are marked as Draft on Shopify and not published in any store.

Purpose of providing this functionality is to sync items with Shopify. It's not possible to map every fields 1-to-1. Upon creation of item on Shopify using this method, it's linked with Mjara ERP, this eliminates possibility of duplication. You can modify items on Shopify later to add more details.

Note: This feature is not supported in data import or for variant / template items.

Cancellation of Orders

This connector handles various cancellation scenario in following manner:

  1. If Order on Shopify is cancelled and it doesn't have invoice or Delivery note linked against it then Mjara ERP Sales Order is cancelled.
  2. If Mjara ERP Sales Order does have any linked document, then status of order on Shopify is added to the respective document. Cancellation and preparation of appropriate documents has to be done by user based on this information. Last updated 3 weeks agoWas this helpful?

Submit

Thanks!

On this page