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 Parameters | Data Type | Description |
---|---|---|
merchant_profile-shop_name | String | Name of the store belong to the user |
merchant_profile-joined_date | DateTime | The date when the user create the merchant |
merchant_profile-followers | Integer | Number of follower of the merchant |
merchant_profile-following | Integer | Number of user followed by the merchant |
merchant_profile-total_products | Integer | Number of products listed in the merchant |
merchant_profile-response_rate | Integer | Percentage of chat responses compare to chat received by the merchant |
merchant_profile-response_time | String | Average of how fast the merchant respond to a chat |
merchant_profile-shop_rating | Float | Average of rating received by the merchant |
merchant_profile-total_rating_received | Integer | Total frequency of rating received by the merchant |
address_list-name | String | Name of the merchant |
address_list-phone_number | String | Phone number of the merchant |
address_list-address | String | Address of the merchant |
address_list-last_1_month_transaction_quantity | Integer | The number of transactions delivered to the address for the past 1 month |
address_list-last_3_month_transaction_quantity | Integer | The number of transactions delivered to the address for the past 3 months |
address_list-last_6_month_transaction_quantity | Integer | The number of transactions delivered to the address for the past 6 months |