shopify_list_customers
ActiveTool of Shopify
declared in 0.1.0
List customers in a Shopify store (up to 250 per call). Returns customer IDs, names, emails, order counts, and total spend. Requires Admin API access token and shop domain.
Parameters schema
{
"type": "object",
"examples": [
{
"_shop": "mystore.myshopify.com",
"_apiKey": "your-shopify-api-key"
},
{
"_shop": "mystore.myshopify.com",
"limit": 150,
"_apiKey": "your-shopify-api-key"
}
],
"required": [
"_apiKey",
"_shop"
],
"properties": {
"_shop": {
"type": "string",
"description": "Shop domain (e.g., mystore.myshopify.com)"
},
"limit": {
"type": "number",
"description": "Number of customers to return (max 250, default 50)"
},
"_apiKey": {
"type": "string",
"description": "Shopify Admin API access token"
}
}
}Parent server
Shopify
https://github.com/pipeworx-io/mcp-shopify
1/7 registries