Add or remove collection cards
manage_collection_cardsAdd or remove product cards in a static collection using their UUIDs. Provide collection ID, action (add/remove), and product_card_ids.
Instructions
Add product cards to a STATIC collection or remove them from it. Requires product_card_ids (array of product card UUIDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Collection ID (UUID). | |
| cards | Yes | Request body with product_card_ids, e.g. {"product_card_ids": ["<uuid>", ...]}. See get_operation_schema("AddCardsToCollection"). | |
| action | Yes | Whether to add or remove the cards. |