stack

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

AdminTypes.DiscountCustomerSegmentsInput interface

The input fields for which customer segments to add to or remove from the discount.

Signature:

export interface DiscountCustomerSegmentsInput 

Properties

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.