'transaction' Element of 'get_transactions_list' Response
The 'transaction' element of the 'get_transactions_list' response contains the following fields describing a transaction within the transactions list:
| Name | Type | Description | 
|---|---|---|
| catalog_label | string | label of the catalog for which the current transaction has been performed | 
| catalog_language | string | language of the catalog for which the current transaction has been performed | 
| transaction_key | string | unique key of the transaction obtained as the result of the 'start_catalog_transaction' operation | 
| items_count | int | number of items uploaded within the current transaction | 
| started | DateTime | the start date/time of the current transaction | 
| completed | DateTime | the end date/time of the current transaction | 
| status | string | status of the catalog transactions (i.e. 'in_progress', 'committed', 'rolled_back') |