# customerEmailMarketingConsentUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Update a customer's email marketing information information. ### Access Scopes `write_customers` access scope. ## Arguments * [input](/docs/api/admin-graphql/2024-10/input-objects/CustomerEmailMarketingConsentUpdateInput): CustomerEmailMarketingConsentUpdateInput! - Specifies the input fields to update a customer's email marketing consent information. ## Returns * [customer](/docs/api/admin-graphql/2024-10/objects/Customer): Customer The updated customer. * [userErrors](/docs/api/admin-graphql/2024-10/objects/CustomerEmailMarketingConsentUpdateUserError): CustomerEmailMarketingConsentUpdateUserError! The list of errors that occurred from executing the mutation. ## Examples