list_products
Fetch and filter product data from ShipStation API by SKU, name, category, or status. Control pagination, sorting, and include inactive products for streamlined inventory management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Filter by product name | |
page | No | Page number | |
pageSize | No | Number of products per page (max 500) | |
productCategoryId | No | Filter by product category ID | |
showInactive | No | Include inactive products | |
sku | No | Filter by SKU | |
sortBy | No | Sort products by a specific field | |
sortDir | No | Sort direction |