Home > @vsf-enterprise/bigcommerce-api > UpdateCustomerResponse
# UpdateCustomerResponse interface
Format of parameters that can be passed to updateCustomer endpoint method.
Signature:
export interface UpdateCustomerResponse
# Properties
| Property | Type | Description |
|---|---|---|
| data | Array<User> | Customer information. |
| meta | MetaCollection | Data about the response, including pagination and collection totals. |