import { ShopifyCustomerAccessTokenCreateInput } from '@daffodil/driver/shopify'
The input fields required to create a customer access token.
interface ShopifyCustomerAccessTokenCreateInput {
email: string
password: string
}
email string |
|---|
The email associated to the customer. |
password string |
|---|
The login password to be used by the customer. |