remove_from_import_list
Remove 1-50 products from the Hertwill import list in a single batch call. Submit product IDs to remove without looping. Returns removed and skipped counts.
Instructions
Remove 1-50 products from the authenticated store's import list in a single batch call. Pass IDs in one call rather than looping. Do NOT use to view the current list (use list_import_list) or to add items (use add_to_import_list). Returns {removed, skipped, import_list_size}. Requires HERTWILL_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_ids | Yes | Array of Hertwill product IDs (1-50) |