Poq.SDK.Node

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

BasketsClient.putBasketsByIDStorefront() method

Marks a basket as storefront basket.

Signature:

putBasketsByIDStorefront(basketId: string, exchange?: boolean, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the basket id
exchange boolean (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>