This API helps you to get basic information for buyers.
{
"status":200,
"data":{
"message":"We are successfully able to fetch the buyer data",
"method":"GET",
"api":"/v2/data/ecommerce/buyer/identity”,
"job_id": "KVWJUrwQ78333309",
"personal_profile":{
"username":"user_name",
"name":"john doe",
"email":"[email protected]",
"phone_number":"6281234456789",
"store_name":"John_Doe",
"gender":"Laki-laki",
"date_of_birth":"2000-01-01T17:00:00.000+00:00"
},
"count":{{"Objects_in_address_list"}},
"address_list":[
{
"name":"John Doe",
"phone_number":"6281234456789",
"address":"kebayoran indah",
"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",
"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 |
---|---|---|
personal_profile-username | String | Username of the user |
personal_profile-name | String | Full name of the user |
personal_profile-email | String | Email of the user |
personal_profile-phone_number | String | Phone number of the user |
personal_profile-store_name | String | Name of the store belong to the user |
personal_profile-gender | String | Gender of the user |
personal_profile-date_of_birth | String | Date of birth of the user |
address_list-name | String | Full name of the user |
address_list-phone_number | String | Phone number of the user |
address_list-address | String | Address of the user |
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 |