list_customers
Browse or segment your store's customer list. Search by name, phone, or email and get key details like order count, purchase amount, reward points, and tags.
Instructions
List/search the site's customers (browse or segment). Pass term to search by name/phone/email. Returns name, phone, email, order_count, purchased_amount, reward_point, tags, last_order_at. Use find_customer for an exact id/phone/email lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| term | No | Keyword — searches name / phone / email | |
| limit | No | Items per page (default 50) |