generate_tracking_link
Generate a tracked affiliate link for a product. Requires the product UUID (returned by list_products / find_products). Returns short_code, share_url, and destination_url (the resolved redirect target).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product UUID (required) | |
| campaign_id | No | Optional campaign UUID to associate the link with (attribution) | |
| product_short_code | No | Legacy alias for product_id — UUID only |