list_warehouse_stock
Retrieve stock levels for all products in a warehouse, with optional field filtering to minimize data transfer.
Instructions
List all products stock in a specific warehouse. Supports field filtering to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warehouseId | Yes | Warehouse ID | |
| page | No | Page number for pagination (optional) | |
| limit | No | Maximum number of items to return (default: 50, max: 500) | |
| summary | No | Return only count and pagination metadata without items (default: false) | |
| fields | No | Select specific fields to return (e.g., ["productId", "productName", "sku", "stock"]). Reduces response size by 70-90%. If not provided, returns default fields: productId, productName, sku, stock |