Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
GET/api/v1/categories/{id}

Retrieve a single category by its ID.

Requires the Categories:View permission.

Path parameters

idstring· uuidrequired
The category ID.

Category object

idstring· uuidrequired
The category ID.
namestringrequired
Category name.
descriptionstring
Description shown on the storefront.
isEnabledbooleanrequired
Whether the category is visible to customers.
sortOrderinteger
Position in the category list.
createdAtstring· date-timerequired
Creation timestamp.
updatedAtstring· date-timerequired
Last update timestamp.