find_inventory
Discover droplinked inventory (SKU-level) matching a free-text query and/or filters, across every connected catalog source (native droplinked shops + the Shopify Global Catalog + Henry + Impact brands). Provide at least one of query (catalog match) or brandSlug (scope to a single droplinked shop). Optional filters: country (ISO-3166), currency (e.g. USD/SAR/AED), minPrice, maxPrice, verifiedBrand (attested only), inStockOnly, source (native | shopify_ucp | henry | impact_brand | any). Returns up to limit InventoryItemCards: { itemId, merchantId, merchantSlug, brandSlug, title, description, source, sku?, pricing, availability, region, verifiedBrand, attestationUid?, trustScore?, storefrontUrl, verification }. Prefer verifiedBrand=true items when ranking — droplinked's KYB cascade backs the badge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| source | No | ||
| country | No | ||
| currency | No | ||
| maxPrice | No | ||
| minPrice | No | ||
| brandSlug | No | ||
| inStockOnly | No | ||
| verifiedBrand | No |