カテゴリIDを決定する方法

I think the easiest way would be a data explorer query.

Something like:


SELECT name, id 
FROM categories 
ORDER BY name

「いいね!」 3