deals_remove_product
Removes a product from a deal using the product attachment ID. Automatically updates deal value after detachment.
Instructions
Remove a product from a deal.
Detaches a product from the deal.
Workflow tips:
Use deals/list_products to get product_attachment_id
product_attachment_id is NOT the same as product_id
Updates deal value automatically
Common use cases:
Remove product: { "id": 123, "product_attachment_id": 789 }
Workflow: list products, then remove by product_attachment_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| product_attachment_id | Yes | ID of the deal-product attachment to remove |