get_transactions
Retrieve revenue transactions from Shopify Partner accounts, filtering by app, date range, or transaction type for earnings analysis.
Instructions
Get revenue transactions from your Shopify Partner account.
Args: app_id: Filter by specific app (optional). date_from: Start date YYYY-MM-DD (optional). date_to: End date YYYY-MM-DD (optional). transaction_types: Comma-separated filter. Types: APP_SUBSCRIPTION_SALE, APP_USAGE_SALE, APP_ONE_TIME_SALE, APP_SALE_ADJUSTMENT, APP_SALE_CREDIT, SERVICE_SALE, REFERRAL_TRANSACTION limit: Max transactions (default 100).
Returns: JSON string with keys: transactions (list with type, amount, app, shop, date), count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | No | ||
| date_to | No | ||
| date_from | No | ||
| transaction_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |