/
Seller of Record

Seller of Record

Seller of Record:

  1. If a client does not have Flipkart seller account(or any market place seller account) and it wants to sell through Eshopbox seller account on that market place i.e. seller of record service provided by Eshopbox.

    • While creating a connection, client does not need to enter any credentials or login to market place. It will NOT be redirected to market place login. It just have to acknowledge and we will create a connection in active state with a FLAG : isSellerOfRecord = 1.

      Parent connectionId (connectionId of the connection created on Eshopbox workspace for the same market place app) will be saved for this connection.

      For all the events related to a connection, this key : isSellerOfRecord should be present in the event.

      No channel(Sales channel) and external_wms_channel will be created for such connections( isSellerOfRecord = 1). No Pipefy card will be created.

    • Only channel_account_mapping will be created. Channel: Eshopbox channel

      • accountId: Of workspace which is using seller of record service.

        channelId: of Eshopbox channel(sales channel) already created under the same app installation and connection creation process.

        externalWmsChannelId: of Eshopbox whichever location workspace wants to use.

    • NO custom fields will be created in the workspace for the corresponding connectionId (isSellerOfRecord =1).

      NO webhook subscriptions will be created in the marketplace for such connections(if any, isSellerOfRecord =1).

      In the reconnect flow of a connection, do not convert a sellerOfRecord connection into a normal connection.

 

  1. Pass isSellerOfRecord = 1  will be passed by front end in case of seller of record connection(Eshopbox seller account).

    1. If isSellerOfRecord = 1, no check will be done for input fields and input fields will not be saved for that connection.

      After validating and fetching data of appInstallationId, we have appId.

      Search for a single record from appInstallation + connection where appId = {{appId}} and accountSlug = 'eshop' And Connection.isActive = 'active' order by connectionId ASC and limit(1). Use this connectionId as a parentConnectionId to create connection for the above req.

      Using above parentConnectionId, no i/p fields, isSellerOfRecord = '1', isActive = 'active' , appInstallationId from the request. No channel will be created(Send null/0 as channelId for channel event).

      Complete the 1st setup-steps.

      No automationSteps will be created.

      Fetch channel_account_custom_fields of parentConnectionId from the accountId and add it in the child connection.

 

  1. For 2nd step, if parentConnectionId != null and != 0, get the channelId,  of the parentConnectionId(GET connection details API) else the existing process.

    Fetch warehouseId, id from extenalWmsChannels using channelId. Make a map using these values.

Key: warehouseId, value: id from externalWmsChannel

 

ChannelId is of accountId = 5 and accountId in session != 5 and connectionId should be present in the query.

internalName should be same. But the customFields should be created against the accountId of the client and not eshopbox.

-no fulfillment channel to be created

-only make an entry in channel_account_mapping

-locationId and otherDetails to be completely ignored

-connectionId is to be picked from query params

 

 

Add 'parentConnectionId' and isSellerOfRecord key to the responses of all connection related APIs.

 

 

 

  • Write a query to find parent connection id and it's channel id for a connection with isSellerOfRecord=1.Pick active connections only. --> Anushi

    Verify mark available v2 queries for channel and account validation --> Yashika

    For Flipkart or any other market place where we need to connection with market place APIs(invoice, fetchListings etc.) we will use parent connectionId's token. --> Yashika

 

24/03/22

Seller of record

Is_integrated = 0 , we will not use its own app id for parent connection, we will search for appInstallation for account Id -5 (eshop) and Unicommerce appId and then Fetch connection based on that installationId with Nykaa's name.

That will be the parent connectionID for that connection.

 

Related content