ImpersonateCustomerResponse
Impersonate customer response Reference: https://developer.bigcommerce.com/api-reference/5cd1d19897e92-create-a-token
interface ImpersonateCustomerResponse {
data: {
token: string;
};
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | { token: string; } | Impersonate customer data |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |