# DiscountCustomersInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for which customers to add to or remove from the discount. ### Access Scopes ## Fields * [add](/docs/api/admin-graphql/2024-10/scalars/ID): ID - A list of customers to add to the current list of customers who can use the discount. * [remove](/docs/api/admin-graphql/2024-10/scalars/ID): ID - A list of customers to remove from the current list of customers who can use the discount. ## Input objects with this input object * [DiscountCustomerSelectionInput](/docs/api/admin-graphql/2024-10/input-objects/DiscountCustomerSelectionInput) ## Examples