get_checkout_url
Retrieves the checkout URL for a specific product tier using its slug and tier name. If the product hasn't launched, returns the launch date and early-access contact instead.
Instructions
Get the checkout URL for one pricing tier of one product. Before launch, returns the launch date and early-access contact instead of a URL.
Args: slug: A product slug from list_products, e.g. "film-shoot". tier_name: A tier name from that product's pricing_tiers, e.g. "Per-shoot".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| tier_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |