Customer Structure

The customer object contains the following fields

Attribute Type Description
entity_name string Internal name used to identify the customer entity
id string Store's internal customer id
store_id string Store's internal id
created_at string Customer's creation date
dob string Customer's date of birth date
name string Customer's name
gender string Customer's gender id. 1 -> Male 2 -> Female 3 -> Other
group string Customer's group Name
bill_country (Optional) string Customer's default billing country ISO code
ship_country (Optional) string Customer's default shipping country ISO code
email string Customer's email
Resource Area: /intelive/module/customers
{
    "entity_name":"customer",
    "id":"2",
    "store_id":"1",
    "created_at":"2019-06-10 11:15:13",
    "dob":"1943-11-28",
    "name":"Massimo Tamburini",
    "gender":"1",
    "group":"VIP Member",
    "bill_country":"UK",
    "ship_country":"UK",
    "source":"(untracked)", ------>> maybe find a tracked one
    "medium":"(untracked)",
    "campaign":"(untracked)",
    "content":"(untracked)",
    "gclid":"(untracked)",
    "email":"massimo@bimo.ta"
}