Updated 2026-06-01

Store API: Categories

Full CRUD for product categories via the Store API.

The categories resource exposes full CRUD for your product taxonomy.

Category endpoints
GET/v1/store/categories
List categories.
Publishable key
GET/v1/store/categories/:id
Get a single category.
Publishable key
POST/v1/store/categories
Create a category.
Secret key
PATCH/v1/store/categories/:id
Update a category.
Secret key
DELETE/v1/store/categories/:id
Delete a category.
Secret key