{
  "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",
  "description": "John Doe",
  "status": "ACTIVE",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}

The Products Data Model simplifies the handling and retrieval of products data for your application. The model provides a unified representation of products data across different platforms, enabling you to easily access and manage products data from different platforms.

  • Unified Products properties: The model provides a unified representation of products properties across different platforms, enabling you to easily access and manage products data from different platforms.
  • Comprehensive products information: The model provides a comprehensive representation of products data, including all the properties and relationships that you can retrieve for an order.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Products
namestringThe name of the product
descriptionstringThe description of the product
statusenums.BaseStatusThe status of the product
created_atstringThe date the product was created
updated_atstringThe date the product was updated
{
  "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",
  "description": "John Doe",
  "status": "ACTIVE",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}