get_store_credit_account
Fetch a store credit account by ID and retrieve its transactions with optional pagination. View account details and transaction history.
Instructions
Fetch a store credit account by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Store Credit Account ID (e.g., 'gid://shopify/StoreCreditAccount/123456789') | |
| after | No | Cursor for pagination of transactions | |
| first | No | Number of transactions to fetch (1-250, default: 50) |