Appearance
Shopify
Shopify — read store data: orders, products & customers via the Admin API
Connect with: API key · Type: shopify · Tools: 6
| Tool | What it does | |
|---|---|---|
shopify_get_customer | read | Get a single customer by id (bare numeric id or full gid://shopify/Customer/... |
shopify_get_order | read | Get a single order by id (bare numeric id or full gid://shopify/Order/... |
shopify_get_product | read | Get a single product by id (bare numeric id or full gid://shopify/Product/... |
shopify_list_customers | read | List/search customers. |
shopify_list_orders | read | List/search orders, most-recent first. |
shopify_list_products | read | List/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.