GitHub

ShopifyCustomerAccessTokenCreateInput

interface

import { ShopifyCustomerAccessTokenCreateInput } from '@daffodil/driver/shopify'

The input fields required to create a customer access token.

interface ShopifyCustomerAccessTokenCreateInput {
  email: string
  password: string
}

Properties

email
string

The email associated to the customer.

password
string

The login password to be used by the customer.