tiendanube_list_customers
Retrieve a paginated list of store customers with filtering by creation/update dates, text search by name or email, and pagination for customer management and analytics.
Instructions
👥 LIST ALL CUSTOMERS - Retrieve a paginated list of store customers with filtering and search capabilities. Use this for customer management, analytics, segmentation, and finding specific customers. Supports filtering by creation/update dates, text search by name/email/identification, and pagination for large customer bases. Returns customer profiles with contact info, spending totals, and order history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting from 1) | |
| per_page | No | Number of items per page (max 200) | |
| fields | No | Comma-separated list of fields to include in response | |
| since_id | No | Only return customers with ID greater than this value | |
| created_at_min | No | Filter by minimum creation date (ISO 8601) | |
| created_at_max | No | Filter by maximum creation date (ISO 8601) | |
| updated_at_min | No | Filter by minimum update date (ISO 8601) | |
| updated_at_max | No | Filter by maximum update date (ISO 8601) | |
| q | No | Search query to filter customers by name or email |