Poq.SDK.Node

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

BasketsClient.deleteBasketsByIDItemsByID() method

Removes a product item from the basket.

Signature:

deleteBasketsByIDItemsByID(basketId: string, itemId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the id of the basket to be modified
itemId string the id of the product item to be removed
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>