AdminGetProductCategories
Retrieve and manage product categories by filtering, sorting, or paginating them based on specific fields like ID. Designed to aid store administrators in organizing inventory efficiently.
Instructions
This tool helps store administors. Retrieve a list of product categories. The product categories can be filtered by fields such as id
. The product categories can also be sorted or paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
$and | No | ||
$or | No | ||
created_at | No | ||
deleted_at | No | ||
description | No | ||
fields | No | ||
handle | No | ||
id | No | ||
include_ancestors_tree | No | ||
include_descendants_tree | No | ||
is_active | No | ||
is_internal | No | ||
limit | No | ||
name | No | ||
offset | No | ||
order | No | ||
parent_category_id | No | ||
q | No | ||
updated_at | No |