# CustomerSmsMarketingConsentUpdateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for updating SMS marketing consent information for a given customer ID. ### Access Scopes ## Fields * [customerId](/docs/api/admin/unstable/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/unstable/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/unstable/mutations/customerSmsMarketingConsentUpdate) ## Examples