Check plan availability
check_availabilityCheck whether a plan can be fulfilled right now for a given quantity, using the same gate the checkout runs. Returns available true/false; reason 'delisted' means the SKU left the catalog, 'unavailable' means it temporarily cannot be fulfilled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Units to buy (default 1, max 10). | |
| package_code | Yes | The plan's package_code from search_plans. |