Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 773 Bytes

search-loyalty-accounts-request-loyalty-account-query.md

File metadata and controls

25 lines (16 loc) · 773 Bytes

Search Loyalty Accounts Request Loyalty Account Query

The search criteria for the loyalty accounts.

Structure

SearchLoyaltyAccountsRequestLoyaltyAccountQuery

Fields

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

Example (as JSON)

{
  "mappings": null,
  "customer_ids": null
}