Skip to main content
GET
/
2025-09
/
product_categories
List all Product Categories
curl --request GET \
  --url https://public-api.stora.co/2025-09/product_categories \
  --header 'Authorization: Bearer <token>'
{
  "product_categories": [
    {
      "id": "pcat_643d3a52e2702246",
      "name": "Access"
    },
    {
      "id": "pcat_38a43d5e68a8dce5",
      "name": "Boxes"
    },
    {
      "id": "pcat_a434b3a5bc8102bc",
      "name": "Charge/Fee"
    },
    {
      "id": "pcat_9e54ee1becb431b2",
      "name": "Locks"
    },
    {
      "id": "pcat_3694743f2dd41938",
      "name": "Merchandise"
    },
    {
      "id": "pcat_cb9e95e7e8b778e0",
      "name": "Packaging"
    },
    {
      "id": "pcat_67276d8ef62c6bd3",
      "name": "Padlocks"
    },
    {
      "id": "pcat_655a65716deb3641",
      "name": "Security"
    },
    {
      "id": "pcat_a5562516b2fb85cd",
      "name": "Services"
    },
    {
      "id": "pcat_91e1c50b8dd88709",
      "name": "Unit upgrades"
    },
    {
      "id": "pcat_f88ad82d8b026b87",
      "name": "Utilities"
    }
  ],
  "meta": {
    "request_id": "01563646-58c1-4607-8fe0-cae3e92c4477",
    "curies": [
      {
        "name": "bo",
        "href": "https://app.stora.test{rel}",
        "templated": true,
        "title": "Backoffice"
      },
      {
        "name": "sf",
        "href": "https://acme.stora.test{rel}",
        "templated": true,
        "title": "Storefront"
      }
    ],
    "pagination": {
      "count": 11,
      "last": 1,
      "limit": 50,
      "next": null,
      "page": 1,
      "pages": 1,
      "prev": null
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Query Parameters

page
integer

Pagination: Page number

Required range: x >= 1
limit
integer

Pagination: Limit number of items per page.

Required range: 1 <= x <= 100
expand
string[]

This endpoint supports expandable responses. For more, see the documentation page.

Response

200 - application/json

list all product categories

List of Product Categories

product_categories
object[]
meta
object