Appearance
For organizations
An organization is a shared storefront for a dealership with more than one person. Members manage a common pool of inventory, while each listing still records who created it.
Create an organization
Create an org from your account (website, REST API, or an AI assistant) — you become its owner. Give it a name, slug, contact details and branding; it gets a public org page (by id or slug) that buyers and crawlers can see.
Members & roles
- Owner — can update the organization, add and remove members.
- Member — can manage the organization's listings.
Add a member by their A-Market user id; remove members (or leave yourself) at any time. Members are stored in A-Market (not in the login provider), so changes take effect immediately.
Shared inventory
- A listing can be attributed to the organization — any member can then edit it, while the original creator stays recorded for the audit trail.
- View the organization's full inventory (all statuses) from the members-only org view.
Typical setup
- The owner creates the organization.
- The owner adds the sales team as members.
- Team members create listings under the organization.
- Buyers see a single, branded storefront with the combined inventory and aggregate seller rating.
All of this is available through the REST API (/v1/organizations/*) and the MCP tools (create_organization, add_organization_member, …) — so you can manage an org from the website, a script, or ChatGPT/Claude.