Skip to main content

Description

Removes one or more products from the business’s active Google listing (Google Merchant). The products are unlisted but not deleted — they remain in the system and can be re-added later using add_products.
This is a write tool — it unlists products from Google Merchant across all mapped locations. To permanently delete products instead, use delete_products. Confirm the product list 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 deletes them (irreversible).
  • To re-add removed products, use add_products.