{
  "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": "123456",
  "amount": "100.00",
  "fee": "10.00",
  "type": "SALE",
  "payment_method": "CREDIT_CARD",
  "status": "ACTIVE",
  "description": "John Doe",
  "currency_id": "USD",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}

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

  • Unified Transactions properties: The model provides a unified representation of transactions properties across different platforms, enabling you to easily access and manage transactions data from different platforms.
  • Comprehensive transactions information: The model provides a comprehensive representation of transactions 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 transactions
amountstringThe amount of the transaction
feestringThe fee of the transaction
typestringThe type of the transaction
payment_methodstringThe payment method of the transaction
statusstringThe status of the transaction
descriptionstringThe description of the transaction
currency_idstringThe currency ID of the transaction
created_atstringThe date and time the transaction was created
updated_atstringThe date and time the transaction 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": "123456",
  "amount": "100.00",
  "fee": "10.00",
  "type": "SALE",
  "payment_method": "CREDIT_CARD",
  "status": "ACTIVE",
  "description": "John Doe",
  "currency_id": "USD",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}