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

Wix Products API

The Products API from Wix — 4 operation(s) for products.

Wix Products API is one of 9 APIs that Wix publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://www.wixapis.com.

5 operations 4 paths 0 schemas 1 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://www.wixapis.com
Authentication
OAuth 2.0, API Key
Contact
Resource Areas
1

Authentication & Security 2

Wix Products API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 for Wix third-party apps
  • apiKey — API key authentication (Wix-account-only; not for third-party apps)

Paths & Operations 5

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

Products 5
POST
/stores/v3/products
Create product
createProduct → 201
POST
/stores/v3/products/query
Query products
queryProducts → 200
POST
/stores/v3/products/search
Search products
searchProducts → 200
GET
/stores/v3/products/{id}
Get product
getProduct 1 param → 200
PATCH
/stores/v3/products/{id}
Update product
updateProduct 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wix-products-api-openapi.yml Raw ↑

Other APIs Wix publishes across the network.

Wix REST API
Wix JavaScript SDK
Wix Headless
Wix Webhooks
Wix Cart API
Wix Checkout API
Wix OAuth API
Wix Orders API