get_fulfillment_quote_cached
Retrieves cached fulfillment quotes from providers, refreshing when expired to avoid redundant API calls. Specify file path, provider, and material to get current pricing.
Instructions
Get a cached fulfillment provider quote (or fetch fresh if expired).
Uses TTL-based caching to avoid redundant provider API calls.
Args:
file_path: Path to the design file.
provider: Fulfillment provider name.
material: Material specification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | No | ||
| provider | No | ||
| file_path | Yes |