--- title: DiscountCustomersInput - GraphQL Admin description: The input fields for which customers to add to or remove from the discount. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DiscountCustomersInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DiscountCustomersInput.txt --- # Discount​Customers​Input input\_object The input fields for which customers to add to or remove from the discount. ## Fields * add [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) A list of customers to add to the current list of customers who can use the discount. * remove [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) A list of customers to remove from the current list of customers who can use the discount. *** ## Input objects using this input * [Discount​Customer​Selection​Input.​customers](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DiscountCustomerSelectionInput#field-customers) INPUT OBJECT The input fields for the customers who can use this discount. *** ## Map ### Input objects using this input * [Discount​Customer​Selection​Input.customers](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DiscountCustomerSelectionInput#field-customers)