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