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 API and Documentation Products & SKUs API

Products & SKUs are the products and SKUs in your Webflow e-commerce site.

Webflow API and Documentation Products & SKUs API is one of 22 APIs that Webflow API and Documentation publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Products & SKUs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, a changelog, and 4 JSON Schemas.

This API exposes 6 operations across 4 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.

6 operations 4 paths 0 schemas 2 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 2

Webflow API and Documentation Products & SKUs 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 6

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

Products & SKUs 6

Products & SKUs are the products and SKUs in your Webflow e-commerce site.

GET
/sites/{site_id}/products
Webflow List Products & SKUs
list-products 3 params → 200400401403404409429500
POST
/sites/{site_id}/products
Webflow Create Product & SKU
create-product 1 param body → 200400401403404409429500
GET
/sites/{site_id}/products/{product_id}
Webflow Get Product and SKUs
get-product 2 params → 200400401403404409429500
PATCH
/sites/{site_id}/products/{product_id}
Webflow Update Product
update-product 2 params body → 200400401403404409429500
POST
/sites/{site_id}/products/{product_id}/skus
Webflow Create SKUs
create-skus 2 params body → 200400401403404409429500
PATCH
/sites/{site_id}/products/{product_id}/skus/{sku_id}
Webflow Update SKU
update-sku 3 params body → 200400401403404409429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webflow-api-and-documentation-webflow-products-skus-api-openapi.yml Raw ↑

Other APIs Webflow API and Documentation publishes across the network.

Webflow API and Documentation Asset Folders API
Webflow API and Documentation Assets API
Webflow API and Documentation Collections API
Webflow API and Documentation Comments API
Webflow API and Documentation Components API
Webflow API and Documentation Custom Code API
Webflow API and Documentation Custom Code - Pages API
Webflow API and Documentation Custom Code - Sites API
Webflow API and Documentation Forms API
Webflow API and Documentation Inventory API
Webflow API and Documentation Items API
Webflow API and Documentation Meta API