Organization
The Organization
entity is your Karla account, also known as Merchant
or Org
.
It contains all the information about your company, including its name, address, and contact information.
It also contains the list of users that have access to the account, and the shops that belong to it.
Related entities
User
The User
entity represents a user account belonging to the organization.
Users can be of two types:
- Admin: full privileges over all shops belonging to the organization.
- Viewer: can see all shops belonging to the organization and their configurations, but can't perform any write operations.
Users can define their own API keys to interact programmatically with Karla systems.