browse_customers
Retrieve Shopify customer profiles with spending totals, filter by min/max spend, sort by fields, or get full details for a specific customer ID.
Instructions
This tool retrieves customer information with spending data and advanced filtering options. It supports sorting by multiple fields, filtering by minimum/maximum spend, and returns detailed customer profiles. When provided with a specific customer_id, it returns comprehensive information for that single customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of customers to retrieve (default: 10) | |
| sort_by | No | Sort customers by: CREATED_AT (creation date), ID, LOCATION, NAME, RELEVANCE (for search), or UPDATED_AT (last update) | CREATED_AT |
| max_spend | No | Maximum total spend to filter customers (in store currency) | |
| min_spend | No | Minimum total spend to filter customers (in store currency) | |
| sort_order | No | Sort order: asc (ascending) or desc (descending) | desc |
| customer_id | No | ID of a specific customer to view (overrides limit) |