Updated 2026-06-01
Store API: Brands
Full CRUD for product brands via the Store API.
The brands resource exposes full CRUD for your brand taxonomy.
Brand endpoints
GET
/v1/store/brandsList brands.
Publishable keyGET
/v1/store/brands/:idGet a single brand.
Publishable keyPOST
/v1/store/brandsCreate a brand.
Secret keyPATCH
/v1/store/brands/:idUpdate a brand.
Secret keyDELETE
/v1/store/brands/:idDelete a brand.
Secret keyRelated