Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCustomerSegmentsInput
The input fields for which customer segments to add to or remove from the discount.
Signature:
export interface DiscountCustomerSegmentsInput
Property | Modifiers | Type | Description |
---|---|---|---|
add? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) A list of customer segments to add to the current list of customer segments. | |
remove? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) A list of customer segments to remove from the current list of customer segments. |