Description
Permanently deletes one or more products from the business’s Google Merchant account. Deleted products are removed from all mapped locations and cannot be recovered.
This is a destructive write tool — deletion is permanent and cannot be undone. All specified products are removed from Google Merchant across all mapped locations. Always confirm the exact list of products with the user before proceeding.
Parameters
Example Usage
Notes
- If the user provides product names instead of IDs, call
get_product_listing_list with the title as search, present the matching results, and confirm the correct productId values before calling.
- Remove vs Delete:
remove_products unlists products (reversible). delete_products permanently removes them from the account (irreversible).
- If the user only wants to hide products from Google temporarily, use
remove_products instead.