list_items
Retrieve inventory items from ConsignCloud with filters for price, category, account, status, and location to manage consignment business operations.
Instructions
List inventory items with optional filters. Supports filtering by price, category, account, status, location, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (default: 1000) pagination is we need more | |
| cursor | No | Pagination cursor | |
| status | No | Filter by status | |
| category | No | Filter by category ID | |
| account | No | Filter by account ID | |
| location | No | Filter by location ID | |
| tag_price_gte | No | Filter items with price >= this value (in cents) | |
| tag_price_lte | No | Filter items with price <= this value (in cents) |