Types > SearchCustomersSortBy
Commerce APITypesSearchCustomersSortBy
SearchCustomersSortBy

Values

ValueDescription
created_at
email
last_order
name
order_count
total_spent
updated_at

Used By

Queries

searchCustomers

Preview (typescript)

type SearchCustomersSortBy =
| "created_at"
| "email"
| "last_order"
| "name"
| "order_count"
| "total_spent"
| "updated_at"