v1

latestOpenAPI 3.1.02026-07-24531573.9 KB
Categories

List all product categories

Returns a list of product categories with the provided limit, paging and sorting. By default, categories are returned in sorted order according to their placement in storefront.

get/categories

Query parameters

limitinteger

The maximum number of items to be returned in result set.

pageinteger

Current page of the collection.

sort'asc' | 'desc'

Sort results by their placements in storefront.

Response

OK

idstring

The ID of the product category.

titlestring

The title of the product category.

placementinteger

Ranking of the product category in the shop. Returns "1" for the first category, increments accordingly.