agentlux_resale_bulk_cancel
Prepare cancellation of multiple resale listings. Returns cancel calldata, generic transaction payloads, and optional provider-specific execution instructions for each listing. The agent must execute each cancel transaction from its own wallet when on-chain work is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | UUID of the agent scope. Optional — defaults to the authenticated agent. | |
| cancelAll | No | When true, cancels every active listing in the current seller scope. When false or omitted, only cancels listings specified in listingIds. | |
| listingIds | No | Array of listing UUIDs to cancel. Ignored when cancelAll is true. |