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 usingadd_products.
Parameters
Example Usage
Notes
- If the user provides product names instead of IDs, call
get_product_listing_listwith the title assearch, present the matching results, and confirm the correctproductIdvalues before calling. - Remove vs Delete:
remove_productsunlists products (reversible).delete_productspermanently deletes them (irreversible). - To re-add removed products, use
add_products.