credit_store_credit_account
Add funds to a store credit account, automatically creating the account if it doesn't exist.
Instructions
Add funds to a store credit account. Creates the account automatically if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Store Credit Account ID, Customer ID, or CompanyLocation ID | |
| notify | No | Send notification to account owner (default: false) | |
| expiresAt | No | Optional expiration date (ISO 8601 format) | |
| creditAmount | Yes | Amount to credit | |
| currencyCode | Yes | Currency code (e.g., 'USD') |