Sync Your Shopify Store with House of India
Posted by Pratik Singh on
To make the product sync features work, the seller firstly needs to create a custom app on their Shopify store.
Step 1: The seller needs to log in to their Shopify account and create a custom app from the “apps” section.
Step 2: Click on “create an app” and enter the name of the app.
After entering the name of the app, click on “Create app”.
Step 3: After creating the custom app, now the seller needs to configure Admin APIs by clicking on “configure Admin API scopes”.
Now, the seller needs to provide the required permission for the custom app.
Mandatory Permission to create custom app as sales channel:
REQUIRED PERMISSIONS FOR CUSTOM APP
Here are the required permissions for the custom seller app:
Assigned fulfillment orders (Read and write)
# write_assigned_fulfillment_orders
, read_assigned_fulfillment_orders
Fulfillment services (Read and write)
# read_fulfillments, write_fulfillments
Inventory (Read and write)
# read_inventory, write_inventory
Locations (Read Access)
# read_locations
Order Editing (Read and write)
# read_orders, write_orders
Allow this permission if you want to sync the order details with the seller store once edited on the merchant’s store, else don’t allow it.
Orders (Read and write)
# read_orders, write_orders
Products (Read and write)
# read_products, write_product
Required Permission for Sales Channel Configuration
#write_product_listings, #read_product_listings
Storefront API access scopes:
#unauthenticated_read_product_listings
Note: These permissions are mandatory for Sales Channel Configuration.
After providing the required permission, click on save.
Once, the permissions are saved, the seller will get an option to install the custom app.
The seller needs to install the app by clicking on the “install app” button.
Step 4: After installing the app, the seller will get the access token, API key, and secret key.
Now, the seller needs to copy the access token, API key, and secret key and paste them into the “seller sync app configuration” on their Multi-vendor seller panel
NOTE: Ignore the flow explained below as the private apps are now depreciated by Shopify. Please skip to the “seller panel” section below
To make the product sync features work, the sellers first need to create a private app on their respective Shopify stores.
Then, the sellers will get all the app details to configure for syncing products with the admin’s store.
How does the Seller Create a Private App?
To create a Private App, firstly the seller needs to Visit the “Apps” section of his/her Shopify Store.
Then, scrolling down to the bottom, You will get the “Manage Private Apps” option. Click on it to create a new Private app.
Know how to create a Private App
This way, the seller can create a private app from his/her Shopify store.
Now, the seller will configure all the details from his seller panel.
REQUIRED PERMISSIONS TO CREATE A PRIVATE APP
Here is the required Permission for private seller_app:
Assigned fulfillment orders (Read and write)
# read_orders, write_orders
Fulfillment services (Read and write)
# read_fulfillments, write_fulfillments
Inventory (Read and write)
# read_inventory, write_inventory
Locations (Read Access)
# read_locations
Order Editing (Read and write)
# read_orders, write_orders
Allow this permission if you want to sync the order details with the seller store once edited on the merchant’s store, else don’t allow.
Orders (Read and write)
# read_orders, write_orders
Products (Read and write)
# read_products, write_products
Seller Panel
After Installing the custom app on the seller Shopify store, the seller has got the access token, API key, and secret key which he/she needs to paste in the “seller sync app configuration”.
Seller panel >> configuration >> seller sync app configurations
Enter the access token, API key, and secret key >> save.
After saving the details, the seller can now start with importing the products.