Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDBaskets
Gets the baskets of a customer.
Signature:
getCustomersByIDBaskets(customerId: string, options?: RequestOptions): Promise<PoqResponse<BasketsResult>>;
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>>