create_external_order
Record purchases made outside Thinkific by creating orders for users with product details and payment amounts.
Instructions
Create an external order for a user (for purchases made outside Thinkific).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID | |
| product_id | Yes | The product ID | |
| amount_cents | Yes | Amount in cents (e.g. 4999 for $49.99) | |
| coupon_code | No | Coupon code applied |