import { ShopifyCustomerActivateInput } from '@daffodil/driver/shopify'
The input fields to activate a customer.
interface ShopifyCustomerActivateInput {
activationToken: string
password: string
}
activationToken string |
|---|
The activation token required to activate the customer. |
password string |
|---|
New password that will be set during activation. |