Check if a location can accept storefront orders
check_storefront_readinessCheck if a storefront is ready to accept orders by verifying menu products, takeout availability via read-only probes, and payment configuration readiness without creating carts.
Instructions
Hybrid wizard readiness probe: verifies menu has products, a read-only ordering-readiness GET reports takeout availability without creating a cart, and payment configuration is ready. Connected Square is authoritative and must itself be ready; otherwise Stripe is used. It does not create a PaymentIntent or Square payment. Does not use dashboard isOnboardingCompleted. Public probes use the direct Storefront API; private integration status still requires CRAVEUP_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationId | No | Omit to use CRAVEUP_LOCATION_ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| mode | Yes | ||
| status | Yes | ||
| changes | Yes | ||
| summary | Yes | ||
| operation | Yes | ||
| planDigest | Yes | ||
| environment | Yes | ||
| nextActions | Yes | ||
| schemaVersion | Yes |