Delete Product from Import List
dsers_product_deletePermanently delete products from your DSers import list with required confirmation. Removes supplier mappings from the pre-push staging area without affecting live Shopify or Wix store listings.
Instructions
Permanently delete a product from the DSers import list. IRREVERSIBLE — the product cannot be recovered after deletion. Requires explicit confirmation (confirm=true) to execute. If called without confirm=true, returns a confirmation prompt — show this to the user. SCOPE: Only removes the product from DSers import list (pre-push staging area). Products already pushed to Shopify/Wix stores are NOT affected — to remove a store listing, use the Shopify/Wix admin directly. BUSINESS CONTEXT: Deleting from import list means losing the supplier mapping (link between the store product and the AliExpress/Alibaba supplier). If the user wants to re-import later, they will need the original supplier URL. AGENT PROTOCOL: Before calling with confirm=true, always: 1) Show the user the product title and supplier URL. 2) Warn that this cannot be undone. 3) Get explicit user consent (e.g. 'yes, delete it'). Never set confirm=true without the user's explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| import_item_id | Yes | The import list item ID to delete. Obtain from dsers_product_preview (provider_state.import_item_id) or from searchImportList results. | |
| confirm | No | Set to true to confirm deletion. First call without this to get a confirmation prompt, then call again with confirm=true after user approves. |