Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDBaskets

CustomersClient.getCustomersByIDBaskets() method

Gets the baskets of a customer.

Signature:

getCustomersByIDBaskets(customerId: string, options?: RequestOptions): Promise<PoqResponse<BasketsResult>>;

Parameters

Parameter Type Description
customerId string the id of the customer to retrieve the baskets for
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<BasketsResult>>