# CustomerSmsMarketingConsentInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The marketing consent information when the customer consented to receiving marketing material by SMS. ### Access Scopes ## Fields * [consentUpdatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the customer consented to receive marketing material by SMS. If no date is provided, then the date and time when the consent information was sent is used. * [marketingOptInLevel](/docs/api/admin-graphql/2024-10/enums/CustomerMarketingOptInLevel): CustomerMarketingOptInLevel - The marketing subscription opt-in level that was set when the customer consented to receive marketing information. * [marketingState](/docs/api/admin-graphql/2024-10/enums/CustomerSmsMarketingState): CustomerSmsMarketingState! - The current SMS marketing state for the customer. ## Input objects with this input object * [CustomerInput](/docs/api/admin-graphql/2024-10/input-objects/CustomerInput) * [CustomerSmsMarketingConsentUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/CustomerSmsMarketingConsentUpdateInput) ## Examples