5 MCP tools for managing products through the Ecommerce API. Same schema across 16 connectors.
ecommerce_products_allRetrieve a paginated list of products with optional filtering and sorting.
ecommerce_products_oneRetrieve a single record by its unique identifier.
ecommerce_products_createCreate a new record with the provided fields.
ecommerce_products_updateUpdate an existing record by its unique identifier.
ecommerce_products_deleteRemove a record by its unique identifier.
16 providers support products through the Ecommerce API.
execute_tool