Skip to main content
Anchor to CustomerMarketingSubscribe

CustomerMarketingSubscribe

object

Requires unauthenticated_read_customers access scope.

A filtered return of customer information for customerMarketingSubscribes.

•ID!
non-null

A unique ID for the customer.


Was this section helpful?

•mutation

Subscribes a customer to the newsletter with an email address.

Arguments

•String!
required

The customer's email address.


Fields

•CustomerMarketingSubscribe

The created customer object.

•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Subscribes a customer to the newsletter with a phone number.

Arguments

•String!
required

The customer's phone number.


Fields

•CustomerMarketingSubscribe

The created customer object.

•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?