Skip to content
DEV preview — API version 1.0.0 — not the public production site — Development API: dev-api.theprioryshop.co.uk

Categories

GET /v1/catalog/categories. Required scope: catalog.categories.read. Returns a plain array, not paginated.

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.

storeId, parentCategoryId, activeOnly (default true - archived categories are always excluded regardless of this flag), sortBy (name or sortOrder, default sortOrder).

  • Products - categoryId on a product row corresponds to id here.