Merchant Identity API - Async Response

This API helps to provides basic information for merchant.

{
   "status":200,
   "data":{
      "message":"We are successfully able to fetch the seller data  ",
      "method":"GET",
      "api":"/v2/data/ecommerce/merchant/identity”,   
      "job_id": "KVWJUrwQ78333309",  
      "merchant_profile":{
         "shop_name":"John_Doe",
         "joined_date":"2020-04-04T04:29:10.000+00:00",
         "followers":0,
         "following":2,
         "total_products":3,
         "response_rate":88,
         "response_time":"Hitungan jam",
         "shop_rating":5.0,
         "total_rating_received":2
      },
      "count":{{"Objects in address list"}},
      "address_list":[
         {
            "name":"John Doe",
            "phone_number":"628123456789",
            "address":"kebayoran indah\nKOTA JAKARTA SELATAN",
            "last_1_month_transaction_quantity":20,
            "last_3_month_transaction_quantity":50,
            "last_6_month_transaction_quantity":72
         },
         {
            "name":"Doe",
            "phone_number":"62812344567",
            "address":"Vila Weliminium, Gang IV No.2, Jimbaran, KAB. BADUNG-JIMBARAN, BALI, ID 80363",
            "last_1_month_transaction_quantity":10,
            "last_3_month_transaction_quantity":20,
            "last_6_month_transaction_quantity":30
         }
      ]
   },
   "metadata":{
      "source":{{API/Widget/Dashboard/SDK/Portal}},
      "entity":"Data"
   },
   "error":null
}

Response Parameters

Key ParametersData TypeDescription
merchant_profile-shop_nameStringName of the store belong to the user
merchant_profile-joined_dateDateTimeThe date when the user create the merchant
merchant_profile-followersIntegerNumber of follower of the merchant
merchant_profile-followingIntegerNumber of user followed by the merchant
merchant_profile-total_productsIntegerNumber of products listed in the merchant
merchant_profile-response_rateIntegerPercentage of chat responses compare to chat received by the merchant
merchant_profile-response_timeStringAverage of how fast the merchant respond to a chat
merchant_profile-shop_ratingFloatAverage of rating received by the merchant
merchant_profile-total_rating_receivedIntegerTotal frequency of rating received by the merchant
address_list-nameStringName of the merchant
address_list-phone_numberStringPhone number of the merchant
address_list-addressStringAddress of the merchant
address_list-last_1_month_transaction_quantityIntegerThe number of transactions delivered to the address for the past 1 month
address_list-last_3_month_transaction_quantityIntegerThe number of transactions delivered to the address for the past 3 months
address_list-last_6_month_transaction_quantityIntegerThe number of transactions delivered to the address for the past 6 months