You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`email`|*T.nilable(::String)*|:heavy_minus_sign:| A case-sensitive filter on the list based on the customer's `email` field. The value must be a string. |
9
-
|`external_id`|*T.nilable(::String)*|:heavy_minus_sign:| A case-sensitive filter on the list based on the customer's `externalId` field. The value must be a string. |
10
-
|`include_expanded_fields`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Whether to include expanded fields on the customer (`link`, `partner`, `discount`). |
6
+
| Field | Type | Required | Description | Example |
|`email`|*T.nilable(::String)*|:heavy_minus_sign:| A case-sensitive filter on the list based on the customer's `email` field. The value must be a string. Takes precedence over `externalId`. ||
9
+
|`external_id`|*T.nilable(::String)*|:heavy_minus_sign:| A case-sensitive filter on the list based on the customer's `externalId` field. The value must be a string. Takes precedence over `search`. ||
10
+
|`search`|*T.nilable(::String)*|:heavy_minus_sign:| A search query to filter customers by email, externalId, or name. If `email` or `externalId` is provided, this will be ignored. ||
11
+
|`include_expanded_fields`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Whether to include expanded fields on the customer (`link`, `partner`, `discount`). ||
12
+
|`page`|*T.nilable(::Float)*|:heavy_minus_sign:| The page number for pagination. | 1 |
13
+
|`page_size`|*T.nilable(::Float)*|:heavy_minus_sign:| The number of items per page. | 50 |
0 commit comments