- Unified Items properties: The model provides a unified representation of Items properties across different platforms, enabling you to easily access and manage Items data from different platforms.
- Comprehensive Items information: The model provides a comprehensive representation of Items data, including all the properties and relationships that you can retrieve for an Item.
Attributes
Item Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the item |
| rootfi_created_at | string | The ISO 8601 timestamp at which the record was created in RootFi |
| rootfi_updated_at | string | The ISO 8601 timestamp at which the record was last updated in RootFi |
| rootfi_company_id | integer | The RootFi company ID associated with the item |
| platform_id | string | The Platform’s ID for the Item |
| platform_unique_id | string | The platform’s unique identifier for the item |
| created_at | string | The date and time the Item was created |
| updated_at | string | The date and time the Item was updated |
| name | string | The name of the Item |
| description | string | The description of the Item |
| code | string | The code of the Item |
| unit_price | number | The unit price of the Item |
| currency_id | string | The currency id of the Item |
| status | enum | The status of the Item (ACTIVE, ARCHIVED, UNKNOWN) |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Item |
| created_at | string | The date and time the Item was created |
| updated_at | string | The date and time the Item was updated |
| name | string | The name of the Item |
| description | string | The description of the Item |
| code | string | The code of the Item |
| unit_price | number | The unit price of the Item |
| currency_id | string | The currency id of the Item |
| status | enum | The status of the Item. Allowed values are ACTIVE, ARCHIVED, UNKNOWN |

