Products tools

Updated May 21, 20261 min read

5 tools for managing the merchant's product catalog. Products are referenced by shipments, orders, returns, and inventory; keeping the catalog up to date keeps downstream data accurate.

Reads

ToolWhat it returns
get_productOne product by product_id or product_ref.
list_productsProducts in a merchant catalog, with filtering, sorting, paging, and free-text search.

Writes

ToolWhat it does
create_productCreate a new product.
edit_productPatch an existing product by product_id.
delete_productDelete a product by product_id or product_ref.

Notes

  • Every tool requires a merchant parameter — Carriyo products are scoped to a merchant within the tenant.
  • product_id is Carriyo-issued; product_ref is your reference. Most lookups accept either via a value parameter that the tool resolves.
  • For bulk catalog operations consider the bulk endpoints on the Products REST API — MCP currently does not expose bulk product tools.