Poq.SDK.Node

Home > @poq/sdk-sfcc > BasketsClient > putBasketsByIDCustomer

BasketsClient.putBasketsByIDCustomer() method

Sets customer information for an existing basket.

Signature:

putBasketsByIDCustomer(basketId: string, body: CustomerInfo, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the id of the basket to be modified
body CustomerInfo  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>