{
  "rootfi_id": 157,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "name": "John Doe",
  "email": "",
  "phone": "1234567890",
  "currency_id": "1234567890",
  "status": "ACTIVE",
  "updated_at": "2024-01-22T05:07:31.465Z",
  "created_at": "2024-01-22T05:07:31.465Z",
  "address": {
    "rootfi_id": 278264,
    "platform_id": "CONTACTS_1af68894-ea9f-ee11-be36-7c1e520f50bc_ADDRESS",
    "street": "123 Main Street",
    "locality": "Main Street",
    "city": "New York",
    "state": "New York",
    "pincode": "123456",
    "country": "USA"
  }
}

The Customer Data Model simplifies the handling and retrieval of customer-related information across various ecommerce platforms.

  • Unified customer properties: The model unifies essential customer details, such as name, customer person, currency, and tax number, enabling easier access and management of customer data from different platforms.
  • Comprehensive customer information: Customer can include associated data like addresses for a more detailed representation of each customer.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the customer
namestringName of the customer on the accounting platform
emailstringEmail of the customer on the accounting platform
phonestringPhone of the customer on the accounting platform
currency_idstringCurrency of the customer on the accounting platform
statusenums.BaseStatusStatus of the customer on the accounting platform
updated_atstringLast updated time of the customer on the accounting platform
created_atstringCreated time of the customer on the accounting platform
addressAddressObjectAddress of the customer on the accounting platform
{
  "rootfi_id": 157,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "name": "John Doe",
  "email": "",
  "phone": "1234567890",
  "currency_id": "1234567890",
  "status": "ACTIVE",
  "updated_at": "2024-01-22T05:07:31.465Z",
  "created_at": "2024-01-22T05:07:31.465Z",
  "address": {
    "rootfi_id": 278264,
    "platform_id": "CONTACTS_1af68894-ea9f-ee11-be36-7c1e520f50bc_ADDRESS",
    "street": "123 Main Street",
    "locality": "Main Street",
    "city": "New York",
    "state": "New York",
    "pincode": "123456",
    "country": "USA"
  }
}