8000 [ADD] sale_flipkart: add documentation for flipkart connector · odoo/documentation@c1f069b · GitHub
[go: up one dir, main page]

Skip to content

Commit c1f069b

Browse files
committed
[ADD] sale_flipkart: add documentation for flipkart connector
task-3179096
1 parent d811aef commit c1f069b

File tree

13 files changed

+153
-0
lines changed

13 files changed

+153
-0
lines changed

content/applications/sales/sales.rst

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ deliver and invoice what has been sold.
2121
sales/products_prices
2222
sales/amazon_connector
2323
sales/ebay_connector
24+
sales/flipkart_connector
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:nosearch:
2+
3+
==================
4+
Flipkart Connector
5+
==================
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
flipkart_connector/features
11+
flipkart_connector/setup
12+
flipkart_connector/verify
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
===========================
2+
Flipkart Connector Features
3+
===========================
4+
5+
The **Flipkart Connector** synchronizes the orders between Flipkart and your Odoo database, which
6+
reduces considerably the amount of time spent on your Flipkart Seller dashboard, making your
7+
daily routine a lot easier.
8+
9+
.. _flipkart/supported_features:
10+
11+
Supported Features
12+
==================
13+
14+
The connector is able to:
15+
16+
- Synchronize (Flipkart to Odoo) all confirmed orders (both FBF and FBS) and their order items which
17+
include:
18+
19+
- the product’s SKU, selling price, flipkart discount and quantity
20+
- If the product's SKU is not available in the database,
21+
a new product is created with the listed name and SKU of the product
22+
- the shipping costs for the product
23+
24+
- Create on Odoo any missing partner related to an order (contact types supported: contact and
25+
delivery).
26+
- Notify Flipkart of a shipping confirmed on Odoo (FBS) in order to pickup the shipment.
27+
28+
29+
+----------------------+------------------------------+-------------------------------------+
30+
| | Fulfilled By Flipkart (FBF) | Fulfilled By Seller (FBS) |
31+
+======================+==============================+=====================================+
32+
| **Orders** | Synchronize shipped and | Synchronize unshipped and canceled |
33+
| | canceled orders | orders |
34+
+----------------------+------------------------------+-------------------------------------+
35+
| **Shipping** | - Handled By Flipkart | - Delivery created |
36+
| | | - Generate Shipping Label |
37+
| | | - Fetch Shipping Label |
38+
+----------------------+------------------------------+-------------------------------------+
39+
| **Stock Management** | One stock move created | - Handled by the delivery |
40+
| | per sales order item | - Products available quantity |
41+
| | | updated from Odoo to Flipkart |
42+
+----------------------+------------------------------+-------------------------------------+
43+
| **Confirmation** | Handled by Flipkart | Notify Flipkart when confirming |
44+
| | | delivery |
45+
+----------------------+------------------------------+-------------------------------------+
46+
47+
.. note::
48+
The connector is designed to synchronize orders' data as detailed above. Other actions, such as
49+
listing management and managing products, must be managed from Flipkart Seller dashboard.
50+
51+
.. seealso::
52+
- :doc:`setup`
53+
- :doc:`verify`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
==================================
2+
How to configure Flipkart in Odoo?
3+
==================================
4+
5+
Create a new Access on Flipkart Seller Account
6+
==============================================
7+
8+
In order to start syncing Flipkart orders in Odoo, you need to login to your Flipkart seller account on the
9+
`seller hub <https://seller.flipkart.com/>`_.
10+
Once you are logged in, you need to follow the following steps to create a new **Access**
11+
by clicking on top right side of the page :menuselection:`Profile --> Manage Profile` as show in the below image.
12+
13+
.. image:: setup/setup01.png
14+
:align: center
15+
16+
Click on **View** next to **Developer Access**
17+
18+
.. image:: setup/setup02.png
19+
:align: center
20+
21+
Click on **Create a New Access**
22+
23+
.. image:: setup/setup03.png
24+
:align: center
25+
26+
Enter **Application Name** (i.e. Odoo) and **Description**
27+
28+
.. image:: setup/setup04.png
29+
:align: center
30+
31+
Now copy the **API key** and **Secret**. It will be needed to configure Flipkart Connector in Odoo
32+
33+
.. image:: setup/setup05.png
34+
:align: center
35+
36+
.. important::
37+
API key and Secret is confidential must not be shared.
38+
39+
.. _flipkart/configure_connector:
40+
41+
Configure Flipkart Connector in Odoo
42+
====================================
43+
44+
In Odoo you can find the Flipkart Configuration under :menuselection:`Settings --> Sale --> Flipkart Connector`
45+
46+
.. image:: setup/setup06.png
47+
:align: center
48+
49+
Enter the **API key** and **Secret** generated from Flipkart Seller Dashboard as **Client Id** and **Client Secret** and save it.
50+
Now you have succesfully configured your credentials in Odoo. Now you just need to :ref:`verify your Flipkart credentials<flipkart/verify_credential>`
51+
52+
.. note::
53+
Odoo will setup a default Sale Team and Flipkart Location for Flipkart Connector. If not selected by the user.
54+
55+
.. seealso::
56+
- :doc:`features`
57+
- :doc:`verify`
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
=======================================================
2+
Verify your Flipkart Credentials and Manual Sync Orders
3+
=======================================================
4+
5+
.. _flipkart/verify_credential:
6+
7+
Verify Connection
8+
=================
9+
10+
To verify your Flipkart credential, Click on **Test button**
11+
12+
.. image:: verify/verify01.png
13+
:align: center
14+
15+
Once the test is successful, it means Odoo has verified your credentials with Flipkart. Now, Odoo's automated action will fetch Flipkart orders in every 24hr.
16+
17+
Manual Sync Orders
18+
==================
19+
20+
You can manually sync Flipkart orders from the last sync date and time performed by Odoo up to the current moment.
21+
22+
You need to click on **Sync Orders** in Flipkart Connector Configuration Panel as show below
23+
24+
.. image:: verify/verify02.png
25+
:align: center
26+
27+
Odoo will fetch all the Flipkarts as mentioned in the :ref:`Supported Features<flipkart/supported_features>`
28+
29+
.. seealso::
30+
- :doc:`setup`
Loading
Loading

0 commit comments

Comments
 (0)
0