Available Endpoints
Endpoint Listing
Fetch All Categories
Fetch a collection of all categories.
GET /api/v1/categories
Parameters
| Parameter | Description | Default |
|---|---|---|
page |
Optional, the current page. | 1 |
per_page |
Optional, categories per page, must be no greater than 100. |
10 |
Fetch A Single Category
Fetch a single category by its handle.
GET /api/v1/categories/:handle
Parameters
| Parameter | Description | Default |
|---|---|---|
handle |
The handle of the category. | N/A |