link_project_to_product
Link an existing project to a product by providing product and project IDs. Optionally set it as the primary project for that product.
Instructions
Link an existing project to a product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_primary | No | Whether this is the primary project for the product | |
| product_id | Yes | The ID of the product | |
| project_id | Yes | The ID of the project to link |