Skip to content

SegmentMemberFull

Field Type Required Description
device SegmentDevice Device member. Available only when type of the member is device.
customer SegmentCustomer Customer member. Available only when type of the member is customer.
id string yes
type string yes one of: customer, device
{
"device": {
"code": "5ea79881-0dd6-46dd-ac61-df56c3b234a7",
"platform": "ios",
"type": "phone",
"model": "Pixel3",
"osVersion": "10",
"localeCode": "de-DE",
"lastActivity": "2019-10-03T16:01:13.582Z",
"pushToken": "string",
"loggedInCustomerId": "7e06af60-53c9-4fe9-be83-48c1cafb6cce"
},
"customer": {
"externalCustomerNumber": "10001",
"internalCustomerNumber": "123",
"firstName": "John",
"middleName": "Doug",
"lastName": "Doe",
"emailAddress": "john.doe@shopgate.com",
"contacts": []
},
"id": "string",
"type": "customer"
}