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

Optimizely Carts API

The Carts API from Optimizely — 8 operation(s) for carts.

Optimizely Carts API is one of 420 APIs that Optimizely publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cart. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 18 operations across 8 paths, and defines 57 schemas. It is described by OpenAPI 3.2.0, at version storefront-v1.

Requests are made against a single base URL, https://dogfood.commerce.insitesandbox.com.

18 operations 8 paths 57 schemas 5 DELETE6 GET2 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
storefront-v1
Base URL
https://exp.mcp.opal.optimizely.com/mcp
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Optimizely Carts API declares 1 security scheme for authenticating requests. An API key is passed in the query as access_token (access_token).

  • access_token — Token used to access storefront API.

Paths & Operations 18

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

Carts 18
GET
/api/v1/carts/{cartId}/promotions
PromotionsV1_GetCollectionAsync 1 param → 200
POST
/api/v1/carts/{cartId}/promotions
PromotionsV1_PostAsync 1 param body → 200
DELETE
/api/v1/carts/{cartId}/promotions
PromotionsV1_DeleteCollectionAsync 1 param → 200
GET
/api/v1/carts/{cartId}/promotions/{promotionId}
PromotionsV1_GetAsync 2 params → 200
DELETE
/api/v1/carts/{cartId}/promotions/{promotionId}
PromotionsV1_DeleteAsync 2 params → 200
GET
/api/v1/carts
CartsV1_GetCollectionAsync 14 params → 200
POST
/api/v1/carts
CartsV1_PostAsync body → 200
GET
/api/v1/carts/{cartId}
CartsV1_GetAsync 1 param → 200
DELETE
/api/v1/carts/{cartId}
CartsV1_DeleteAsync 1 param → 200
PATCH
/api/v1/carts/{cartId}
CartsV1_PatchAsync 1 param body → 200
GET
/api/v1/carts/{cartId}/cartlines
CartLinesV1_GetCollectionAsync 7 params → 200
POST
/api/v1/carts/{cartId}/cartlines
CartLinesV1_PostAsync 1 param body → 200
DELETE
/api/v1/carts/{cartId}/cartlines
CartLinesV1_DeleteCartLinesAsync 1 param → 200
GET
/api/v1/carts/{cartId}/cartlines/{cartLineId}
CartLinesV1_GetAsync 2 params → 200
DELETE
/api/v1/carts/{cartId}/cartlines/{cartLineId}
CartLinesV1_DeleteAsync 2 params → 200
PATCH
/api/v1/carts/{cartId}/cartlines/{cartLineId}
CartLinesV1_PatchAsync 2 params body → 200
POST
/api/v1/carts/{cartId}/cartlines/batch
CartLinesV1_PostCollectionAsync 1 param body → 200
POST
/api/v1/carts/{cartId}/cartlines/wishlist/{wishListId}
CartLinesV1_PostWishListAsync 2 params body → 200

Schemas 57

The contract defines 57 schemas that model the data the API accepts and returns. The most detailed are Insite.Catalog.Services.Dtos.ProductDto (114 properties), Insite.Cart.WebApi.V1.ApiModels.CartModel (95 properties), Insite.Cart.WebApi.V1.ApiModels.CartLineModel (51 properties), Insite.Core.Plugins.Pricing.ProductPriceDto (43 properties). Each schema is shown below with its type and property counts.

Insite.Websites.WebApi.V1.ApiModels.CountryModel
object
6 properties
Insite.Cart.WebApi.V1.ApiModels.CartCollectionModel
object
4 properties
Insite.Catalog.Services.Dtos.ConfigSectionOptionDto
object
11 properties
Insite.Core.WebApi.PaginationModel
object
12 properties
Insite.Customers.Services.Dtos.AgingBucketDto
object
3 properties
Insite.Cart.Services.Dtos.WarehouseDto
object
12 properties
Insite.Catalog.Services.Dtos.ConfigSectionDto
object
3 properties
Insite.Cart.Services.Dtos.CarrierDto
object
3 properties
Insite.Catalog.WebApi.V1.ApiModels.WarehouseModel
object
23 properties
Insite.Customers.Services.Dtos.AccountsReceivableDto
object
3 properties
Insite.Catalog.Services.Dtos.BadgeDto
object
19 properties
Insite.Catalog.Services.Dtos.BrandDto
object
7 properties
Insite.Cart.WebApi.V1.ApiModels.CartLineModel
object
51 properties 2 required
Insite.Catalog.Services.Dtos.RelatedProductDto
object
2 properties
Insite.Cart.Services.Dtos.PaymentOptionsDto
object
19 properties
Insite.Core.Plugins.Search.Dtos.ScoreExplanationDto
object
3 properties
Insite.Core.WebApi.SortOptionModel
object
2 properties
Insite.Catalog.Services.Dtos.ProductSubscriptionDto
object
19 properties
Insite.Cart.WebApi.V1.ApiModels.CartModel
object
95 properties
Insite.Catalog.Services.Dtos.StyleTraitDto
object
9 properties
Insite.Core.Plugins.Search.Dtos.FieldScoreDetailedDto
object
7 properties
Insite.Customers.WebApi.V1.ApiModels.ShipToModel
object
29 properties
Insite.Catalog.Services.Dtos.LegacyConfigurationDto
object
3 properties
Insite.Cart.Services.Dtos.CustomerOrderTaxDto
object
6 properties
Insite.Cart.WebApi.V1.ApiModels.CartLineCollectionModel
object
5 properties
Insite.Cart.Services.Dtos.ShipViaDto
object
3 properties
Insite.Catalog.Services.Dtos.DocumentDto
object
9 properties
Insite.Cart.Services.Dtos.CostCodeDto
object
2 properties
Insite.Core.Plugins.Pricing.ProductPriceDto
object
43 properties
Insite.Catalog.Services.Dtos.StyledProductDto
object
38 properties
Insite.Catalog.Services.Dtos.AttributeTypeDto
object
10 properties
Insite.Catalog.Services.Dtos.StyleValueDto
object
10 properties
Insite.Cart.WebApi.V1.ApiModels.AddWishListToCartModel
object
3 properties
Insite.Core.Plugins.PaymentGateway.Dtos.ThreeDsDto
object
10 properties
Insite.Catalog.Services.Dtos.WarehouseDto
object
7 properties
Insite.Catalog.Services.Dtos.AvailabilityDto
object
3 properties
Insite.Cart.Services.Dtos.PaymentMethodDto
object
13 properties
Insite.Core.Plugins.Pricing.BreakPriceDto
object
6 properties
Insite.Catalog.Services.Dtos.ProductDto
object
114 properties
Insite.Customers.Services.Dtos.CustomerValidationDto
object
15 properties
Insite.Cart.Services.Dtos.SectionOptionDto
object
6 properties
Insite.Core.Plugins.PaymentGateway.Dtos.CreditCardDto
object
18 properties
Insite.Catalog.Services.Dtos.AttributeValueDto
object
5 properties
Insite.Promotions.WebApi.V1.ApiModels.PromotionModel
object
11 properties
Insite.Customers.WebApi.V1.ApiModels.BillToModel
object
35 properties
Insite.Catalog.Services.Dtos.ProductImageDto
object
8 properties
Insite.Catalog.Services.Dtos.ProductLineDto
object
2 properties
Insite.Core.Plugins.Search.Dtos.FieldScoreDto
object
2 properties
Insite.Websites.WebApi.V1.ApiModels.StateModel
object
5 properties
Insite.Catalog.Services.Dtos.SpecificationDto
object
10 properties
Insite.Customers.Services.Dtos.FieldValidationDto
object
3 properties
Insite.Cart.WebApi.V1.ApiModels.AddCartModel
object
4 properties
Insite.Cart.WebApi.V1.ApiModels.CreditCardBillingAddressDto
object
6 properties
Insite.Catalog.Services.Dtos.ProductUnitOfMeasureDto
object
8 properties
Insite.Core.Plugins.PaymentGateway.Dtos.ECheckDto
object
11 properties
Insite.Customers.WebApi.V1.ApiModels.CostCodeModel
object
4 properties
Insite.Promotions.WebApi.V1.ApiModels.PromotionCollectionModel
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

optimizely-carts-api-openapi.yml Raw ↑

Other APIs Optimizely publishes across the network.

Optimizely Remote MCP Server — Experimentation
Optimizely Assets API
Optimizely Attributes API
Optimizely Audiences API
Optimizely Campaigns API
Optimizely Catalog Entries API
Optimizely Catalog Entry Relations API
Optimizely Catalog Nodes API
Optimizely Catalogs API
Optimizely Content API
Optimizely Content Types API
Optimizely Customers API
Where this information came from

This is an independent, third-party profile of Optimizely Carts 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.