How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Virto Commerce Companies and Contacts API

Managing customers contacts and organizations

Virto Commerce Companies and Contacts API is one of 13 APIs that Virto Commerce publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Companies and Contacts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.

This API exposes 45 operations across 27 paths, and defines 34 schemas. It is described by OpenAPI 3.0.4, at version v1.

Requests are made against the base URL https://virtostart-demo-admin.govirto.com/api.

45 operations 27 paths 34 schemas 4 DELETE14 GET3 PATCH16 POST8 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
v1
Base URL
https://virtostart-demo-admin.govirto.com/api
Authentication
OAuth 2.0, API Key, API Key, HTTP Signature, HTTP Basic
Resource Areas
1

Authentication & Security 5

Virto Commerce Companies and Contacts API declares 5 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the password and clientCredentials flows. An API key is passed in the query as api_key (api_key). An API key is passed in the header as api_key (api_key_header). It uses HTTP signature authentication (http-signature). It accepts HTTP basic authentication (basic).

  • oauth2 — OAuth2 Resource Owner Password Grant flow
  • api_key — API Key authentication
  • api_key_header — API Key authentication (alternative via header)
  • http-signature — HTTP Signature authentication using Authorization header
  • basic — Basic authentication using username and password

Paths & Operations 45

Across 27 paths, the API surfaces 45 operations — 4 DELETE, 14 GET, 3 PATCH, 16 POST, 8 PUT. Each is listed below with its method, path, parameters, and response codes.

Companies and Contacts 45

Managing customers contacts and organizations

GET
/api/members/organizations
Get organizations
CustomerModule_ListOrganizations → 200401403
POST
/api/members/search
Get members
CustomerModule_SearchMember body → 200401403
GET
/api/members/{id}
Get member
CustomerModule_GetMemberById 3 params → 200401403
PATCH
/api/members/{id}
Partial update for Member
CustomerModule_PatchMember 1 param body → 204401403
GET
/api/members/accounts/{userId}
CustomerModule_GetMemberByUserId 3 params → 200401403
GET
/api/members
CustomerModule_GetMembersByIds 3 params → 200401403
POST
/api/members
Create new member (can be any object inherited from Member type)
CustomerModule_CreateMember body → 200401403
PUT
/api/members
Update member
CustomerModule_UpdateMember body → 204401403
DELETE
/api/members
Delete members
CustomerModule_DeleteMembers 1 param → 204401403
POST
/api/members/bulk
Bulk create new members (can be any objects inherited from Member type)
CustomerModule_BulkCreateMembers body → 200401403
PUT
/api/members/bulk
Bulk update members
CustomerModule_BulkUpdateMembers body → 204401403
POST
/api/members/delete
Bulk delete members
CustomerModule_BulkDeleteMembersBySearchCriteria body → 204401403
POST
/api/members/customers/invite
CustomerModule_InviteCustomers body → 200401403
GET
/api/members/customers/invite/roles
CustomerModule_GetInviteRoles → 200401403
POST
/api/contacts
Create contact
CustomerModule_CreateContact body → 200401403
PUT
/api/contacts
Update contact
CustomerModule_UpdateContact body → 204401403
DELETE
/api/contacts
Delete contacts
CustomerModule_DeleteContacts 1 param → 204401403
GET
/api/contacts
Get plenty contacts
CustomerModule_GetContactsByIds 1 param → 200401403
POST
/api/contacts/bulk
Bulk create contacts
CustomerModule_BulkCreateContacts body → 200401403
PUT
/api/contacts/bulk
Bulk update contact
CustomerModule_BulkUpdateContacts body → 204401403
PATCH
/api/contacts/{id}
Partial update for Contact
CustomerModule_PatchContact 1 param body → 204401403
GET
/api/contacts/{id}
Get contact
CustomerModule_GetContactById 1 param → 200401403
POST
/api/contacts/search
Search contacts
CustomerModule_SearchContacts body → 200401403
POST
/api/organizations
Create organization
CustomerModule_CreateOrganization body → 200401403
PUT
/api/organizations
Update organization
CustomerModule_UpdateOrganization body → 204401403
DELETE
/api/organizations
Delete organizations
CustomerModule_DeleteOrganizations 1 param → 204401403
GET
/api/organizations
Get plenty organizations
CustomerModule_GetOrganizationsByIds 1 param → 200401403
POST
/api/organizations/bulk
Bulk create organizations
CustomerModule_BulkCreateOrganizations body → 204401403
PUT
/api/organizations/bulk
Bulk update organization
CustomerModule_BulkUpdateOrganizations body → 204401403
GET
/api/organizations/{id}
Get organization
CustomerModule_GetOrganizationById 1 param → 200401403
PATCH
/api/organizations/{id}
Partial update for Organization
CustomerModule_PatchOrganization 1 param body → 204401403
POST
/api/organizations/search
Search organizations
CustomerModule_SearchOrganizations body → 200401403
GET
/api/vendors/{id}
Get vendor
CustomerModule_GetVendorById 1 param → 200401403
GET
/api/vendors
Get plenty vendors
CustomerModule_GetVendorsByIds 1 param → 200401403
POST
/api/vendors/search
Search vendors
CustomerModule_SearchVendors body → 200401403
PUT
/api/addresses
CustomerModule_UpdateAddesses 1 param body → 204401403
POST
/api/employees
Create employee
CustomerModule_CreateEmployee body → 200401403
GET
/api/employees
Get plenty employees
CustomerModule_GetEmployeesByIds 1 param → 200401403
POST
/api/employees/bulk
Create employee
CustomerModule_BulkCreateEmployees body → 200401403
GET
/api/members/{id}/organizations
Get all member organizations
CustomerModule_GetMemberOrganizations 1 param → 200401403
POST
/api/customer-preferences/search
CustomerPreference_Search body → 200401403
POST
/api/customer-preferences
CustomerPreference_Create body → 200401403
PUT
/api/customer-preferences
CustomerPreference_Update body → 200401403
DELETE
/api/customer-preferences
CustomerPreference_Delete 1 param → 204401403
GET
/api/customer-preferences/{id}
CustomerPreference_Get 2 params → 200401403

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are Contact (45 properties), Employee (37 properties), ApplicationUser (32 properties), Vendor (27 properties). Each schema is shown below with its type and property counts.

Note
object
8 properties
SeoInfo
object
18 properties
Permission
object
5 properties
DynamicPropertyValueType
string
PermissionScope
object
3 properties
InviteCustomerRequest
object
8 properties
ApplicationUser
object
32 properties
DynamicPropertyObjectValue
object
8 properties
DynamicObjectProperty
object
17 properties
CustomerPreferenceSearchResult
object
2 properties
CustomerRole
object
3 properties
Employee
object
37 properties
InviteCustomerResult
object
2 properties
SortInfo
object
2 properties
CustomerPreferenceSearchCriteria
object
13 properties
InviteCustomerError
object
4 properties
VendorSearchResult
object
2 properties
OrganizationSearchResult
object
2 properties
MemberSearchResult
object
2 properties
Operation
object
4 properties
Vendor
object
27 properties
ApplicationUserLogin
object
2 properties
Organization
object
26 properties
CustomerPreference
object
8 properties
Contact
object
45 properties
DynamicPropertyName
object
2 properties
MembersSearchCriteria
object
18 properties
SortDirection
string
Role
object
6 properties
AddressType
string
Member
object
22 properties
ContactSearchResult
object
2 properties
CustomerRoleSearchResult
object
2 properties
CustomerAddress
object
22 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

virto-commerce-companies-and-contacts-api-openapi.yml Raw ↑

Other APIs Virto Commerce publishes across the network.

Virto Commerce Catalog API
Virto Commerce Inventory API
Virto Commerce Marketing API
Virto Commerce Order Management API
Virto Commerce Pricing API
Virto Commerce Quotes API
Virto Commerce Shopping Cart API
Virto Commerce Store API
Virto Commerce VirtoCommerce Platform API
Virto Commerce Webhooks API
Virto Commerce Event Bus API
Virto Commerce Returns API
Where this information came from

This is an independent, third-party profile of Virto Commerce Companies and Contacts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.