Skip to main content
The Company Info Data Model simplifies the handling and retrieval of company info-related information across various ecommerce platforms.
  • Unified Company Info properties: The model provides a unified representation of company info properties across different platforms, enabling you to easily access and manage company info data from different platforms.
  • Comprehensive company info information: The model provides a comprehensive representation of company info data, including all the properties and relationships that you can retrieve for an order.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the company info
namestringThe name of the company
websitestringThe website of the company
currency_idstringThe currency ID of the company
emailstringThe email of the company
created_atstringThe date and time the company was created
updated_atstringThe date and time the company was updated
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "comp_123456",
  "platform_unique_id": "COMP-2024-001",
  "name": "Acme Electronics",
  "website": "https://www.acme-electronics.com",
  "currency_id": "USD",
  "email": "info@acme-electronics.com",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}