Appearance
register ​
Definition ​
Register a customer
Signature ​
ts
export async function register(
params: CustomerRegistrationParams,
contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<Customer>
Parameters ​
Name | Type | Description |
---|---|---|
params | CustomerRegistrationParams | CustomerRegistrationParams |
contextInstance | ShopwareApiInstance | ShopwareApiInstance |
Return type ​
ts
Promise<Customer>
Properties ​
Name | Type | Description |
---|
Usage example ​
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.