# Cookie Category n8n operations

Manage cookie categories. Select **Cookie Category** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value     | Description                           | Source                                                                                                                                       |
| --------- | --------- | ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`  | Create a new cookie category.         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieCategory/create.operation.ts)  |
| Delete    | `delete`  | Delete a cookie category.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieCategory/delete.operation.ts)  |
| Get       | `get`     | Get a cookie category.                | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieCategory/get.operation.ts)     |
| Get Many  | `getAll`  | Get many cookie categories.           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieCategory/getAll.operation.ts)  |
| Reorder   | `reorder` | Change the rank of a cookie category. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieCategory/reorder.operation.ts) |
| Update    | `update`  | Update an existing cookie category.   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/cookieCategory/update.operation.ts)  |
