Skip to content

Shopify

Commerce · 28 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 28 Shopify actions. Each keeps the schema of the real API.

  • shopify.list_ordersread
  • shopify.get_orderread
  • shopify.create_orderwrite
  • shopify.list_productsread
  • shopify.get_productread
  • shopify.create_productwrite
  • shopify.delete_orderdelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list orders", "app": "shopify" }
execute_tool
{ "name": "shopify.list_orders",
  "fields": ["id"] }