The search criteria for the loyalty accounts.
SearchLoyaltyAccountsRequestLoyaltyAccountQuery
Name | Type | Tags | Description |
---|---|---|---|
mappings |
LoyaltyAccountMapping[] | undefined |
Optional | The set of mappings to use in the loyalty account search. This cannot be combined with customer_ids .Max: 30 mappings |
customerIds |
string[] | undefined |
Optional | The set of customer IDs to use in the loyalty account search. This cannot be combined with mappings .Max: 30 customer IDs |
{
"mappings": null,
"customer_ids": null
}