Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Webflow Items API

Items are the individual e-commerce items in your Webflow site.

Webflow Items API is one of 23 APIs that Webflow publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Items. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, rate-limit docs, and a changelog.

This API exposes 16 operations across 6 paths. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.webflow.com/v2.

16 operations 6 paths 0 schemas 4 DELETE4 GET4 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.webflow.com/v2
Authentication
OAuth 2.0, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Webflow Items API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 26 scopes. It accepts HTTP bearer tokens (ApiKey). By default, every request must be authenticated.

Paths & Operations 16

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

Items 16

Items are the individual e-commerce items in your Webflow site.

GET
/collections/{collection_id}/items
Webflow List Collection Items
list-collection-items 9 params → 200400401404429500
POST
/collections/{collection_id}/items
Webflow Create Collection Item(s)
create-item 2 params body → 202400401404429500
PATCH
/collections/{collection_id}/items
Webflow Update Collection Items
update-items 2 params body → 200400401404429500
DELETE
/collections/{collection_id}/items
Webflow Delete Collection Items
delete-items 1 param body → 204400401404409429500
GET
/collections/{collection_id}/items/live
Webflow List Live Collection Items
list-collection-items-live 9 params → 200400401404429500
POST
/collections/{collection_id}/items/live
Webflow Create Live Collection Item(s)
create-item-live 2 params body → 202400401404429500
PATCH
/collections/{collection_id}/items/live
Webflow Update Live Collection Items
update-items-live 2 params body → 200400401404409429500
DELETE
/collections/{collection_id}/items/live
Webflow Unpublish Live Collection Items
delete-items-live 1 param body → 204400401404429500
POST
/collections/{collection_id}/items/bulk
Webflow Create Collection Items
create-items 2 params body → 202400401404429500
GET
/collections/{collection_id}/items/{item_id}
Webflow Get Collection Item
Get-Item 3 params → 200400401404429500
PATCH
/collections/{collection_id}/items/{item_id}
Webflow Update Collection Item
update-item 3 params body → 200400401404429500
DELETE
/collections/{collection_id}/items/{item_id}
Webflow Delete Collection Item
delete-item 3 params → 204400401404429500
GET
/collections/{collection_id}/items/{item_id}/live
Webflow Get Live Collection Item
get-item-live 3 params → 200400401404429500
PATCH
/collections/{collection_id}/items/{item_id}/live
Webflow Update Live Collection Item
update-item-live 3 params body → 200400401404409429500
DELETE
/collections/{collection_id}/items/{item_id}/live
Webflow Unpublish Live Collection Item
delete-item-live 3 params → 204400401404429500
POST
/collections/{collection_id}/items/publish
Webflow Publish Collection Item
publish-item 1 param body → 202400401404409429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webflow-items-api-openapi.yml Raw ↑

Other APIs Webflow publishes across the network.

Webflow Designer Extension API
Webflow Asset Folders API
Webflow Assets API
Webflow Collections API
Webflow Comments API
Webflow Components API
Webflow Custom Code API
Webflow Custom Code - Pages API
Webflow Custom Code - Sites API
Webflow Forms API
Webflow Inventory API
Webflow Meta API