# CustomerSmsMarketingConsentUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for updating SMS marketing consent information for a given customer ID. ### Access Scopes ## Fields * [customerId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the customer to update the SMS marketing consent information for. The customer must have a unique phone number associated to the record. If not, add the phone number using the `customerUpdate` mutation first. * [smsMarketingConsent](/docs/api/admin-graphql/2024-10/input-objects/CustomerSmsMarketingConsentInput): CustomerSmsMarketingConsentInput! - The marketing consent information when the customer consented to receiving marketing material by SMS. ## Input objects with this input object * [customerSmsMarketingConsentUpdate](/docs/api/admin-graphql/2024-10/mutations/customerSmsMarketingConsentUpdate) ## Examples