stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCustomerSelection

AdminTypes.DiscountCustomerSelection type

The type used for targeting a set of customers who are eligible for the discount. For example, the discount might be available to all customers or it might only be available to a specific set of customers. You can define the set of customers by targeting a list of customer segments, or by targeting a list of specific customers.

Signature:

export type DiscountCustomerSelection = DiscountCustomerAll | DiscountCustomerSegments | DiscountCustomers;

References: DiscountCustomerAll, DiscountCustomerSegments, DiscountCustomers