stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSmsMarketingConsentInput

AdminTypes.CustomerSmsMarketingConsentInput interface

The marketing consent information when the customer consented to receiving marketing material by SMS.

Signature:

export interface CustomerSmsMarketingConsentInput 

Properties

Property Modifiers Type Description
consentUpdatedAt?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) 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?   InputMaybe<CustomerMarketingOptInLevel | `${CustomerMarketingOptInLevel}`> (Optional) The marketing subscription opt-in level that was set when the customer consented to receive marketing information.
marketingState   CustomerSmsMarketingState | `${CustomerSmsMarketingState}` The current SMS marketing state for the customer.