Poq.SDK.Node

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

BasketsClient.deleteBasketsByIDNotesByID() method

Removes a basket note.

Signature:

deleteBasketsByIDNotesByID(basketId: string, noteId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

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

Returns:

Promise<PoqResponse<Basket>>