You are viewing API docs for version 1.89.3.

View latest

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; }