tcg_collection_add_sealed
Add a sealed product (ETB, booster box, tin) to your collection with per-unit cost and quantity tracking for accurate cost basis.
Instructions
Record sealed product as owned.
Behind the scenes, sealed product lives in the same owned_cards table
as singles, distinguished by product_type != 'single'. We insert one
row per quantity unit so cost basis and disposition track per-unit.
Returns a list of new card_ids (one per unit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |