Home > widget-integration > BoostAPI > addCustomerIdParam

BoostAPI.addCustomerIdParam() method

Signature:

addCustomerIdParam<P extends Record<string, unknown>>(params: P): P & {
		customer_id?: string | number;
	};

Parameters

Parameter

Type

Description

params

P

Returns:

P & { customer_id?: string | number; }