Skip to content
On this page

register ​

Definition ​

Register a customer

Signature ​

ts
export async function register(
  params: CustomerRegistrationParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<Customer> 

Parameters ​

NameTypeDescription
params
CustomerRegistrationParams
CustomerRegistrationParams
contextInstance
ShopwareApiInstance
ShopwareApiInstance

Return type ​

ts
Promise<Customer>

Properties ​

NameTypeDescription

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

register has loaded