[Commerce] Customers

The customer object contains information such as their name, email, phone number, etc.

{
  id: "00000000-0000-0000-0000-000000000000",
  remoteId: "1006990020295"
  firstName: "Chase",
  lastName: "Red",
  email: "[email protected]",
  phone: "+18993578861",
  createdTimestamp: 168301151200
  updatedTimestamp: 168301151200
}

Properties


idString

A string that uniquely identifies the customer record.


remoteIdString

The ID of the object in the third-party application.


createdTimestampNumber

A number representing the timestamp (in milliseconds) when the customer record was created.


updatedTimestampNumber

A number representing the timestamp (in milliseconds) when the customer record was last updated.


firstName String

A string that represents the first name of the customer.


lastNameString

A string that represents the last name of the customer.


emailString

An optional string that represents the email address of the customer.


phoneString

An optional string that represents the phone number of the customer.