Buyer Identity API - Async Response

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 ParametersData TypeDescription
personal_profile-usernameStringUsername of the user
personal_profile-nameStringFull name of the user
personal_profile-emailStringEmail of the user
personal_profile-phone_numberStringPhone number of the user
personal_profile-store_nameStringName of the store belong to the user
personal_profile-genderStringGender of the user
personal_profile-date_of_birthStringDate of birth of the user
address_list-nameStringFull name of the user
address_list-phone_numberStringPhone number of the user
address_list-addressStringAddress of the user
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