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/categoriesList categories.
Publishable keyGET
/v1/store/categories/:idGet a single category.
Publishable keyPOST
/v1/store/categoriesCreate a category.
Secret keyPATCH
/v1/store/categories/:idUpdate a category.
Secret keyDELETE
/v1/store/categories/:idDelete a category.
Secret keyRelated