Check Live Variant Stock, Product Details & Sizing
products.items.check_stockVerify real-time stock availability, live discounted pricing, product specifications table (Fabric, Collar, Sleeves, Fit, Bottom, Care Instructions), shipping/return policies, and available sizes for a product.
MANDATORY AGENT INSTRUCTIONS:
Always tell the user the available in-stock sizes, and display returning & shipping policies (Negative return days = 'Exchange only |X| days').
When presenting/shortlisting products, display the product specifications table.
Return the base link (https://s.polopan.com/p/{handle}) during browsing. Provide the direct checkout link (https://s.polopan.com/p/{handle}/{size_index}) ONLY after the user's size is finalized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Unique product handle identifier | |
| size_index | No | Zero-based index of the size variant | |
| desired_size | No | Optional size query to verify (e.g. 'M', 'L', 'XL', '32', '40') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Product title | |
| handle | Yes | Product handle | |
| is_in_stock | Yes | Overall stock status | |
| available_sizes | Yes | List of currently available in-stock sizes | |
| out_of_stock_sizes | Yes | List of out-of-stock sizes | |
| direct_checkout_url | Yes | Verified 1-click checkout permalink |