/merit-customers
Find or create a Merit Aktiva customer (or vendor)
> /plugin marketplace add Elnora-AI/elnora-merit-aktiva > /plugin install merit-aktiva-workspace@elnora-merit-aktiva
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/merit-customers
Context preview
What this command does when you run it.
Find or create a Merit Aktiva customer (or vendor)
Command definition
merit-customers.mdname: merit-customers description: Find or create a Merit Aktiva customer (or vendor) argument-hint: "<name / reg no / details>" allowed-tools: Bash, Read
Merit Customers
Find or create a Merit Aktiva customer/vendor for: **{{args}}**
Find
`customers list` MUST be filtered (an unfiltered query returns a server error):
elnora-merit customers list --name "<name>" elnora-merit customers list --reg-no "<regno>" elnora-merit vendors list --name "<name>"
Create
Body-driven. Required: `Name` (unique), `CountryCode`, `NotTDCustomer` (lowercase `"true"`/`"false"`). Check the schema first:
elnora-merit customers create --help
elnora-merit customers create --data '{"Name":"Acme OÜ","CountryCode":"EE","NotTDCustomer":"false","RegNo":"12345678","Email":"billing@acme.ee"}'For vendors use `elnora-merit vendors create`.
Present
After a lookup, show the matching customer(s) with Id, name, reg no, and balance if present. After a create, confirm the returned `Id` and `Name`.
Don't
- Don't create a duplicate — search by name/reg no first and confirm with the user if a close match exists.
- Don't guess `NotTDCustomer`: `true` for physical persons and foreign companies, `false` for domestic tax-registered companies. Ask if unclear.
Do your Merit Aktiva accounting from the command line — or let Claude Code do it for you. Merit Aktiva is Estonia's cloud accounting platform.
Repo: Elnora-AI/elnora-merit-aktiva
Other commands on merit-aktiva-workspace.
merit-profile
Sync or show the company profile — this account's real chart of accounts, banks, VAT codes, and financial years
merit-reconcile
Preview or check the status of Stripe → Merit payout reconciliation (read-only)
merit-reports
Pull Merit Aktiva financial reports (P&L, balance sheet, debts, sales/purchase)

