5 MCP tools for managing orders through the Ecommerce API. Same schema across 17 connectors.
ecommerce_orders_allRetrieve a paginated list of orders with optional filtering and sorting.
ecommerce_orders_oneRetrieve a single record by its unique identifier.
ecommerce_orders_createCreate a new record with the provided fields.
ecommerce_orders_updateUpdate an existing record by its unique identifier.
ecommerce_orders_deleteRemove a record by its unique identifier.
17 providers support orders through the Ecommerce API.
execute_tool