Skip to main content
Glama

get_all_customers

Retrieve all customer data from BigCommerce with advanced filtering by email, name, company, phone, dates, and customer groups for comprehensive customer management.

Instructions

Get all customers from the BigCommerce API with comprehensive filtering options (email, name, company, phone, customer group, dates, pagination). Store hash is automatically retrieved from environment variables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNoFilter by company name (exact match).
customer_group_idNoFilter by customer group ID (comma-separated for multiple groups).
date_createdNoFilter by exact customer creation date (ISO format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS).
date_created_maxNoFilter customers created before this date (ISO format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS).
date_created_minNoFilter customers created after this date (ISO format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS).
date_modifiedNoFilter by exact customer modification date (ISO format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS).
date_modified_maxNoFilter customers modified before this date (ISO format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS).
date_modified_minNoFilter customers modified after this date (ISO format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS).
emailNoFilter by customer email address (exact match).
idNoFilter by customer IDs (comma-separated for multiple IDs, e.g., "1,2,3").
includeNoInclude additional customer sub-resources (comma-separated: addresses, storecredit, attributes, formfields).
limitNoNumber of results to return (max 250, default 50).
nameNoFilter by customer full name (exact match).
name_likeNoFilter by customer name using partial match (substring search).
pageNoPage number for pagination (default 1).
phoneNoFilter by phone number (exact match).
registration_ip_addressNoFilter by registration IP address (exact match).
sortNoSort field and direction (e.g., "date_created:desc", "last_name:asc", "date_modified:desc").
store_HashNoOptional store hash. If not provided, uses BIGCOMMERCE_STORE_HASH from environment variables.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacgounton/bigcommerce-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server