Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LoginParams

Index

Properties

Optional mergeWithExistingCustomerCart

mergeWithExistingCustomerCart: undefined | boolean

A boolean to indicate whether or not to merge the old cart with the customer's existing cart. Set to false to replace the existing cart instead of merging. To be used together with oldCartId. Default to true.

Optional oldCartId

oldCartId: undefined | string

ID of the cart to merge with/replace the customer's existing cart. Usually this is the anonymous cart's ID. To be used together with mergeWithExistingCustomerCart. If no oldCartId is provided, mergeWithExistingCustomerCart will be ignored.

password

password: string

Password of the customer.

username

username: string

Username of the customer. Usually this is the email address.

Generated using TypeDoc