getAllLoyaltyTiers
Retrieve all loyalty tiers for an enterprise, with optional filters by identifiers, creation or update dates, names, or activity states, using Mews MCP server.
Instructions
Returns all loyalty tiers of the enterprise, optionally filtered by specific loyalty tier identifiers or other filter parameters.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ActivityStates | No | Whether to return only active, only deleted or both records. | |
ChainIds | No | Unique identifiers of the chain. If not specified, the operation returns data for all chains within scope of the Access Token. | |
CreatedUtc | No | The time interval during which the tier was created (max length 3 months) | |
Limitation | No | Limitation on the quantity of data returned | |
LoyaltyProgramIds | No | Unique identifiers of Loyalty programs. | |
LoyaltyTierIds | No | Unique identifiers of Loyalty tiers. | |
Names | No | Names of the loyalty tiers. | |
UpdatedUtc | No | The time interval during which the tier was last updated (max length 3 months) |