add_registry_item
Add a product to a Zola wedding registry by SKU. Optionally specify collection, quantity, mark as most-wanted, or enable group gifting.
Instructions
Add a product (by SKU) to the registry. If collection_id is omitted, the default collection is looked up automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku_id | Yes | Product SKU ID (e.g., from search_registry_products) | |
| quantity | No | Default 1 | |
| most_wanted | No | Mark as a most-wanted gift. Default false | |
| collection_id | No | Collection to add into; defaults to the registry's default collection | |
| enable_group_gifting | No | Allow multiple guests to chip in. Default false |