Transactions are the process of delivering products to customers. The Transactions Data Model simplifies the handling and retrieval of transactions-related information across various ecommerce platforms.
The Transactions Data Model simplifies the handling and retrieval of transactions-related information across various ecommerce platforms.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the transactions |
amount | string | The amount of the transaction |
fee | string | The fee of the transaction |
type | string | The type of the transaction |
payment_method | string | The payment method of the transaction |
status | string | The status of the transaction |
description | string | The description of the transaction |
currency_id | string | The currency ID of the transaction |
created_at | string | The date and time the transaction was created |
updated_at | string | The date and time the transaction was updated |