Apiable

Products

Product categories

Create product categories and assign them to products to group your catalog in the API Portal. Categories become filters in the catalog, or get their own catalog URL.

Product categories group your products in the API Portal catalog. You create them under Products then Categories, and you assign them to a product on the product's Details tab. In the catalog, categories become filters developers use to narrow the listing.

How do I create a product category?

Open Products then Categories, add a category, give it a name, and save. The category's slug is generated from the name.

  1. Go to Products, then Categories.
  2. Choose Add another Category.
  3. Type a name for the category.
  4. Optionally add the products this category should group, in the Add Products table.
  5. Click Save Changes.

The category appears in the list with its name, slug, and created date. You can assign products now in this dialog, or later from each product's Details tab.

How do I assign a category to a product?

Open the product, go to its Details tab, and pick the category in the Product Categories field. The field accepts more than one category per product.

  • On the Details tab, open the Product Categories field and select one or more categories.
  • To create a new category without leaving the product, pick the add entry in the same field; the create-category dialog opens.
  • Click Save Changes on the product to store the assignment.

A product can belong to several categories at once, so it can appear under each of them in the catalog.

What does the Categories list show?

The Categories list has one row per category, with its name, a treat-as-catalog toggle, its catalog slug, and its created and edited times. A three-dot menu on each row edits or deletes the category.

ColumnWhat it shows
NameThe category name. Editable inline from the row's Edit menu.
Treat-as-catalog toggleWhether the category is shown as its own catalog page rather than a filter. See below.
SlugThe category's public path, /product-catalogs/{slug}. Editable from the row's Edit menu.
CreatedWhen the category was created.
EditedWhen the category was last changed.

Use the search box at the top of the list to filter categories by name.

What does treat as catalog do?

Turning on the treat-as-catalog toggle gives a category its own catalog page at /product-catalogs/{slug} and removes it from the category filter checkboxes in the main catalog. Categories without it stay as filters.

In your API Portal catalog, the categories that are not marked as catalog appear as filter checkboxes a developer can tick to narrow the product listing. A category that is marked as catalog is handled as a standalone catalog at its own URL instead of appearing among those filters.

How do I delete a product category?

Open the category's three-dot menu and choose Delete. A category that still has products assigned to it cannot be deleted; the confirmation disables until you remove its products.

  1. In the Categories list, open the row's three-dot menu.
  2. Choose Delete.
  3. Confirm in the dialog.

If the category has products, the delete confirmation stays disabled. Reassign or remove those products first, then delete the category.

Troubleshooting

What you seeWhat to do
A banner says your account does not have a sufficient role to manage product categoriesYour role cannot manage categories. Ask an administrator for the role that manages products.
The delete confirmation is disabledThe category still has products assigned. Remove the products from the category first, then delete it.
The category does not appear as a filter in the catalogThe category is marked treat as catalog, which gives it its own catalog URL instead of a filter checkbox. Turn the toggle off to show it as a filter.
The add entry in the Product Categories field does nothingCreating a category from that field needs the product-creation role. Without it, create the category under Products, then Categories.

Where to next