Categories
GET /v1/catalog/categories.
Required scope: catalog.categories.read. Returns a plain array, not paginated.
What a category row tells you
Section titled “What a category row tells you”id, storeId, parentCategoryId (categories can nest one level - null for a top-level
category), name, code, description, sortOrder (the same ordering shown in Back Office/POS),
isActive.
Filters
Section titled “Filters”storeId, parentCategoryId, activeOnly (default true - archived categories are always
excluded regardless of this flag), sortBy (name or sortOrder, default sortOrder).
Related
Section titled “Related”- Products -
categoryIdon a product row corresponds toidhere.