Home > @vsf-enterprise/bigcommerce-api > LoginCustomerResponse
# LoginCustomerResponse interface
Response of login customer.
Signature:
export interface LoginCustomerResponse
# Properties
| Property | Type | Description |
|---|---|---|
| customer_id? | number | null | (Optional) The unique numeric ID of the customer. |
| errorMessage? | string | (Optional) Error message. |
| is_valid? | boolean | (Optional) Indicates if the provided credentials are valid. |