Transactions
Overview
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.
- 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
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 |