Cart.com

Cart.com is a unified commerce and logistics provider for B2C and B2B brands, combining an ecommerce storefront platform (the former AmeriCommerce Online Store), marketplace and channel management, order management, warehouse management, and a nationwide fulfillment network into a single operating system for commerce. Its developer surface is the Online Store API — a JSON REST API published as OpenAPI 3.1 covering catalog, orders, carts, customers, content, marketing, shipping and store settings — plus a webhook subscription system with thirty event types, an OAuth 2 authorization flow with coarse read/write scopes, and a client-side JavaScript Client API for storefront themes.

Cart.com publishes 1 API on the APIs.io network: Online Store API. Tagged areas include Company, E-Commerce, Retail, Order Management, and Fulfillment.

The Cart.com catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Cart.com’s developer surface includes authentication, documentation, API reference, getting-started guide, support, engineering blog, signup flow, and 28 more developer resources.

53.6/100 developing Agent 46/100 agent ready Full breakdown ↓
scored 2026-08-03 · rubric v0.9
1 APIs 1 MCP Servers
CompanyE-CommerceRetailOrder ManagementFulfillmentLogisticsMarketplacesStorefrontCatalogShipping

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-03 · rubric v0.9
Composite quality — 53.6/100 · developing
Contract Quality 17.3 / 25
Developer Ergonomics 12.5 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 6.8 / 13
Governance 1.4 / 12
Discoverability 8.7 / 10
Agent readiness — 46/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/cart-com: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Cart.com Online Store API

The Cart.com Online Store API (formerly the AmeriCommerce REST API) is a JSON REST API scoped to a single merchant storefront domain. It exposes 136 paths and 262 operations acr...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

cart-com-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Cart Com Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Cart Com Authentication

apiKey · 1 scheme

SECURITY

Cart Com Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Cart Com Scopes

17 scopes · authorizationCode

17 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Cart Com Agentic Access

262 operations · 192 acting

262 operations · 192 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: cart-com
name: Cart.com
description: Cart.com is a unified commerce and logistics provider for B2C and B2B brands, combining an ecommerce storefront
  platform (the former AmeriCommerce Online Store), marketplace and channel management, order management, warehouse management,
  and a nationwide fulfillment network into a single operating system for commerce. Its developer surface is the Online Store
  API — a JSON REST API published as OpenAPI 3.1 covering catalog, orders, carts, customers, content, marketing, shipping
  and store settings — plus a webhook subscription system with thirty event types, an OAuth 2 authorization flow with coarse
  read/write scopes, and a client-side JavaScript Client API for storefront themes.
image: https://cart.com/hubfs/6316383d5bc18bb4fa6ae7a9_favicon-32x32.png
url: https://raw.githubusercontent.com/api-evangelist/cart-com/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
x-tier: profiled
x-tier-reason: harvest
specificationVersion: '0.20'
created: '2026-07-31'
modified: '2026-07-31'
tags:
- Company
- E-Commerce
- Retail
- Order Management
- Fulfillment
- Logistics
- Marketplaces
- Storefront
- Catalog
- Shipping
apis:
- aid: cart-com:online-store-api
  name: Cart.com Online Store API
  description: The Cart.com Online Store API (formerly the AmeriCommerce REST API) is a JSON REST API scoped to a single merchant
    storefront domain. It exposes 136 paths and 262 operations across catalog (products, variants, categories, attributes,
    inventory, pricing), orders (carts, cart items, orders, order items, payments, shipments, quotes, subscriptions), people
    (customers, addresses, profiles, users), content (blogs, pages, links), marketing (adcodes, coupons, discounts, gift certificates,
    mailing lists), settings (payment methods, shipping providers, tax rates, warehouses, store locations) and system resources.
    It is HTTPS-only, uses snake_case JSON, ISO 8601 datetimes, and a shared query syntax for filtering, paging, sorting,
    field selection and nested-resource expansion.
  humanURL: https://developers.cart.com/docs/rest-api/ZG9jOjM2MjI2-the-online-store-api
  baseURL: https://www.americommerce.com/api/v1
  x-baseurl-note: The Online Store API is served from each merchant's own storefront domain as https://[mystorename.com]/api/v1/.
    The host recorded here is Cart.com's own AmeriCommerce storefront, verified live on 2026-07-31 (GET /api/v1/products returns
    401 {"status_code":401,"message":"Unauthorized"}). The published OpenAPI servers[] entry is the placeholder https://www.yoursite.com/api/v1.
  tags:
  - E-Commerce
  - Catalog
  - Orders
  - Customers
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/cart-com-online-store-openapi-original.yml
  - type: Documentation
    url: https://developers.cart.com/docs/rest-api/ZG9jOjM2MjI2-the-online-store-api
  - type: APIReference
    url: https://developers.cart.com/docs/rest-api
  - type: SourceCode
    url: https://github.com/AmeriCommerce/rest-api
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: AgenticAccess
  url: agentic-access/cart-com-agentic-access.yml
- type: DomainSecurity
  url: security/cart-com-domain-security.yml
- type: Authentication
  url: authentication/cart-com-authentication.yml
- type: Website
  url: https://cart.com/
- type: DeveloperPortal
  url: https://developers.cart.com/
- type: Documentation
  url: https://developers.cart.com/docs/rest-api/ZG9jOjM2MjI2-the-online-store-api
- type: APIReference
  url: https://developers.cart.com/docs/rest-api
- type: GettingStarted
  url: https://developers.cart.com/docs/rest-api/ZG9jOjM2MjI2-the-online-store-api
- type: Support
  url: https://cart.com/contact/support
- type: HelpCenter
  url: https://cart.com/knowledge
- type: Blog
  url: https://cart.com/blog
- type: GitHubOrganization
  url: https://github.com/AmeriCommerce
- type: SignUp
  url: https://console.cart.com/login
- type: TermsOfService
  url: https://cart.com/terms
- type: PrivacyPolicy
  url: https://cart.com/privacy
- type: ChangeLog
  url: https://cart.canny.io/changelog
- type: StatusPage
  url: https://status.cart.com/
- type: Integrations
  url: https://cart.com/our-integrations
- type: OAuthScopes
  url: scopes/cart-com-scopes.yml
- type: Conventions
  url: conventions/cart-com-conventions.yml
- type: ErrorCatalog
  url: errors/cart-com-problem-types.yml
- type: RateLimits
  url: rate-limits/cart-com-rate-limits.yml
- type: Lifecycle
  url: lifecycle/cart-com-lifecycle.yml
- type: Deprecation
  url: lifecycle/cart-com-lifecycle.yml
- type: Conformance
  url: conformance/cart-com-conformance.yml
- type: DataModel
  url: data-model/cart-com-data-model.yml
- type: Packages
  url: packages/cart-com-packages.yml
- type: Examples
  url: examples/cart-com-code-samples.yml
- type: Components
  url: components/cart-com-components.yml
- type: Sandbox
  url: sandbox/cart-com-sandbox.yml
- type: WellKnown
  url: well-known/cart-com-well-known.yml
- type: LLMsTxt
  url: llms/cart-com-llms.txt
- type: Overlay
  url: overlays/cart-com-online-store-overlay.yaml
- type: MCPServer
  url: mcp/cart-com-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Webhooks
  url: asyncapi/cart-com-online-store-webhooks.yml
x-enrichment:
  date: '2026-07-31'
  status: enriched
  artifacts_added: 31
  pass: local-v1
Where this information came from

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