action taxamo_list_transactions { label: "Browse transactions" provider: taxamo method: GET path: "/api/v1/transactions" encoding: json input: { type: "object" properties: { currency_code: { type: "string" } filter_text: { type: "string" } format: { type: "string" } has_note: { type: "string" } invoice_number: { type: "string" } key_or_custom_id: { type: "string" } limit: { type: "string" } offset: { type: "string" } order_date_from: { type: "string" } order_date_to: { type: "string" } original_transaction_key: { type: "string" } sort_reverse: { type: "string" } statuses: { type: "string" } tax_country_code: { type: "string" } tax_country_codes: { type: "string" } total_amount_greater_than: { type: "string" } total_amount_less_than: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }