WooCommerce REST API Documentation http://woocommerce.github.io/woocommerce-rest-api-docs/
Find a file
Brian Coords 3827ebb8f1
Some checks failed
Deploy on push / Build and deploy (push) Failing after 1s
Merge pull request #286 from woocommerce/rest-docs-migrate-to-monorepo
Adds notice with redirect to the updated REST API docs
2026-05-07 15:09:03 -07:00
.github/workflows Replace crazy-max/ghaction-github-pages with official GitHub Pages actions 2026-02-26 14:52:16 -06:00
source adds meta refresh redirect to new documentation 2026-05-06 20:24:54 -07:00
.editorconfig Updated slate 2018-10-16 00:55:07 -03:00
.gitignore Updated slate 2018-10-16 00:55:07 -03:00
build.sh Coding standards 2021-03-13 19:33:54 -03:00
deploy.sh Remove old framework files and replace with Docker 2021-03-13 00:24:30 -03:00
font-selection.json Updated slate to 1.2 2015-07-13 07:08:22 -03:00
LICENSE Updated slate to 1.2 2015-07-13 07:08:22 -03:00
README.md Update README to mark repository as deprecated 2026-05-07 14:36:04 -07:00

WooCommerce REST API Docs (DEPRECATED)

NOTICE: This repository is deprecated and only exists to serve legacy API documentation.

The WooCommerce REST API documentation is now managed in the WooCommerce monorepo.

View the current documentation at: https://developer.woocommerce.com/docs/apis/rest-api/


This project is based on Slate.

Usage

Updating and building the docs

The docs for the latest version of the REST API (v3) are in source/includes/wp-api-v3. Each section of the docs has its own Markdown file. Once you have made changes, you can generate the docs locally with the following:

./build.sh

After the build script has finished, the generated docs can be found in the build directory. Open the index.html file in your browser to view the local version of the docs site.

Deploying the docs

When you merge a PR to the trunk branch of this repository, a workflow runs that will automatically deploy the generated docs to the gh-pages branch. However, you can also deploy manually with the following:

./deploy.sh