v1
latestOpenAPI 3.0.12026-07-2412502.6 MBSearch customers
Return detailed information on specific customer criteria.
Query parameters
Search for specific Customer ID(s). Comma separate for multiple.
Search customers that belong to a specific connection.
Search for customers by first name.
Search for customers by last name.
Search for customers by email.
Search for customers by telephone number.
Search customers with orders using a specific IP Address.
Search customers that were created on or after this date. A date to and from field is required when not passing customer ID(s) or customer email.
Search customers that were created on or before this date. Required when passing date_created_from. Maximum date range: 31 days.
Search customers that were modified on or after this date. A date to and from field is required when not passing customer ID(s) or customer email.
Search customers that were modified on or before this date. Required when passing date_modified_from. Maximum date range: 31 days.
Search for customers by a specific order ID.
Search customers that have orders associated with a specific campaign ID.
Search for customers using the transaction ID.
Search customers that have orders that contain specific offers.
Search for customers using the order offer ID.
- 1 - Active
- 2 - Cancelled
- 3 - Complete
- 4 - Partial
- 5 - Declined
- 6 - Archive
- 7 - Rejected
- 8 - Removed
- 9 - Paused
- 10 - Expired
Search customers that have offers in a specific status.
- 1 - Active
- 2 - Cancelled
- 3 - Complete
- 4 - Partial
- 5 - Declined
- 6 - Archive
- 7 - Rejected
- 8 - Removed
- 9 - Paused
- 10 - Expired
Search customers that have recurring offers.
Search customers that have transactions using a specific merchant ID.
Search customers that have cards that have a specific BIN number.
Search customers that have cards that have specific last 4 digits.
Search for only blacklisted customers.
Search customers that have test orders.
Search customers that have used a specific discount code.
Search customers using the ship address.
Search customers using the ship city.
Search customers using the ship state.
Search customers using the ship zipcode.
Search customers using the ship country.
Search customers using the bill address.
Search customers using the bill city.
Search customers using the bill state.
Search customers using the bill zipcode.
Search customers using the bill country.
Search for customers by a specific shipment ID.
Search for customers by using a tracking number from a shipment.
Custom Tracking Variable Options 1-20 that would be on a customer order.
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=customer_cards,customer_addresses)
Limit the number of results. Default: 25, max: 200.
Offset the results
Field to sort result by
Order by asc or desc
Response
OK
Example response
{
"customers": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"customer_cards": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}
],
"customer_addresses": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}
]
}
]
}