Poq.SDK.Node

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

BasketsClient.deleteBasketsByID() method

Removes a basket.

Signature:

deleteBasketsByID(basketId: string, options?: RequestOptions): Promise<PoqResponse<void>>;

Parameters

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

Returns:

Promise<PoqResponse<void>>