Skip to main content
The Company Info Data Model provides access to store and business information from connected e-commerce platforms.

Attributes

FieldTypeDescriptionRequired
rootfi_idintegerUnique identifier assigned by CommendaYes
rootfi_created_atdatetimeWhen this record was created in Commenda’s systemYes
rootfi_updated_atdatetimeWhen this record was last updatedYes
rootfi_company_idintegerCompany identifierYes
platform_idstringPlatform-specific identifierYes
namestringBusiness or store nameNo
legal_namestringLegal business nameNo
currency_idstringDefault currency codeNo
timezonestringStore timezoneNo
{
  "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": "shop_123456",
  "name": "My E-Commerce Store",
  "legal_name": "My Store Inc.",
  "currency_id": "USD",
  "timezone": "America/New_York"
}