OBJECT

Subscription

Email marketing subscription info

link GraphQL Schema definition

  • type Subscription {
  • # Email
  • email: String!
  • # First name
  • firstName: String
  • # Last name
  • lastName: String
  • # Postcode
  • postcode: String
  • # Source type - eg. Checkout Subscribe, Email Seller and Account
  • sourceType: String
  • # Subscribed At
  • subscribedAt: ISO8601DateTime!
  • }