Skip to content

Shopify

Shopify — read store data: orders, products & customers via the Admin API

Connect with: API key · Type: shopify · Tools: 6

ToolWhat it does
shopify_get_customerreadGet a single customer by id (bare numeric id or full gid://shopify/Customer/...
shopify_get_orderreadGet a single order by id (bare numeric id or full gid://shopify/Order/...
shopify_get_productreadGet a single product by id (bare numeric id or full gid://shopify/Product/...
shopify_list_customersreadList/search customers.
shopify_list_ordersreadList/search orders, most-recent first.
shopify_list_productsreadList/search products.

Tool names are suffixed with the connection they run against when you have more than one — shopify_get_customer@production. With a single connection the bare name works.

Docs as of 2026-08-31.