Appearance
getCustomer ​
Definition ​
Get customer's object
Signature ​
ts
export async function getCustomer(
parameters: ShopwareSearchParams = {},
contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<Customer | null>
Parameters ​
Name | Type | Description |
---|---|---|
parameters | ShopwareSearchParams | ShopwareSearchParams |
contextInstance | 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.