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 Shopping Cart API

Shopping cart / checkout functionality

Virto Commerce Shopping Cart 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 Shopping Cart. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.

This API exposes 24 operations across 18 paths, and defines 30 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.

24 operations 18 paths 30 schemas 4 DELETE5 GET5 PATCH8 POST2 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 Shopping Cart 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 24

Across 18 paths, the API surfaces 24 operations — 4 DELETE, 5 GET, 5 PATCH, 8 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Shopping Cart 24

Shopping cart / checkout functionality

GET
/api/carts/{storeId}/{customerId}/{cartName}/{currency}/{cultureName}/current
CartModule_GetCart 5 params → 200401403
GET
/api/carts/{cartId}/itemscount
CartModule_GetCartItemsCount 1 param → 200401403
POST
/api/carts/{cartId}/items
CartModule_AddItemToCart 1 param body → 204401403
PUT
/api/carts/{cartId}/items
CartModule_ChangeCartItem 3 params → 204401403
DELETE
/api/carts/{cartId}/items
CartModule_ClearCart 1 param → 200401403
DELETE
/api/carts/{cartId}/items/{lineItemId}
CartModule_RemoveCartItem 2 params → 200401403
PATCH
/api/carts/{cartId}
CartModule_MergeWithCart 1 param body → 204401403
GET
/api/carts/{cartId}
Get shopping cart by id
CartModule_GetCartById 1 param → 200401403
GET
/api/carts/{cartId}/availshippingrates
CartModule_GetAvailableShippingRates 1 param → 200401403
POST
/api/carts/availshippingrates
CartModule_GetAvailableShippingRatesByContext body → 200401403
GET
/api/carts/{cartId}/availpaymentmethods
CartModule_GetAvailablePaymentMethods 1 param → 200401403
POST
/api/carts/{cartId}/coupons/{couponCode}
CartModule_AddCartCoupon 2 params → 204401403
DELETE
/api/carts/{cartId}/coupons/{couponCode}
CartModule_RemoveCartCoupon 2 params → 204401403
POST
/api/carts/{cartId}/shipments
CartModule_AddOrUpdateCartShipment 1 param body → 204401403
POST
/api/carts/{cartId}/payments
CartModule_AddOrUpdateCartPayment 1 param body → 204401403
POST
/api/carts/search
Search shopping carts by given criteria
CartModule_SearchShoppingCart body → 200401403
POST
/api/carts
Create shopping cart
CartModule_Create body → 200401403
PUT
/api/carts
Update shopping cart
CartModule_UpdateShoppingCart body → 200401403
DELETE
/api/carts
Delete shopping carts by ids
CartModule_DeleteCarts 1 param → 204401403
POST
/api/carts/recalculate
Calculates totals for cart.
CartModule_RecalculateTotals body → 200401403
PATCH
/api/carts/patch/{id}
Partial update for the specified ShoppingCart by id
CartModule_PatchCart 1 param body → 204401403
PATCH
/api/carts/patch/{cartId}/items/{lineItemId}
Partial update for the specified ShoppingCart LineItem by id
CartModule_PatchCartItem 2 params body → 204401403
PATCH
/api/carts/patch/{cartId}/shipments/{shipmentId}
Partial update for the specified ShoppingCart Shipment by id
CartModule_PatchCartShipment 2 params body → 204401403
PATCH
/api/carts/patch/{cartId}/payments/{paymentId}
Partial update for the specified ShoppingCart Payment by id
CartModule_PatchCartPayment 2 params body → 204401403

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are ShoppingCart (70 properties), CartLineItem (65 properties), CartShipment (38 properties), ShoppingCartSearchCriteria (34 properties). Each schema is shown below with its type and property counts.

CartConfigurationItemFile
object
9 properties
CartShipmentItem
object
9 properties
DynamicPropertyValueType
string
CartLineItem
object
65 properties
ShoppingCart
object
70 properties
DynamicPropertyObjectValue
object
8 properties
DynamicObjectProperty
object
17 properties
PaymentMethodType
string
ShippingEvaluationContext
object
2 properties
CartSharingSetting
object
8 properties
ShoppingCartSearchResult
object
2 properties
SortInfo
object
2 properties
Operation
object
4 properties
SettingValueType
string
CartAddress
object
21 properties
PaymentMethodGroupType
string
Payment
object
26 properties
ShippingMethod
object
11 properties
DynamicPropertyName
object
2 properties
SortDirection
string
CartConfigurationItem
object
21 properties
CartShipment
object
38 properties
ShippingRate
object
8 properties
AddressType
string
PaymentMethod
object
27 properties
ObjectSettingEntry
object
20 properties
Discount
object
8 properties
LocalizedString
object
1 property
TaxDetail
object
3 properties
ShoppingCartSearchCriteria
object
34 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

virto-commerce-shopping-cart-api-openapi.yml Raw ↑

Other APIs Virto Commerce publishes across the network.

Virto Commerce Catalog API
Virto Commerce Companies and Contacts API
Virto Commerce Inventory API
Virto Commerce Marketing API
Virto Commerce Order Management API
Virto Commerce Pricing API
Virto Commerce Quotes 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 Shopping Cart 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.