Poq.SDK.Node

Home > @poq/sdk-sfcc > IBasketsClient > getBasketsByIDNotes

IBasketsClient.getBasketsByIDNotes() method

Retrieves notes for a basket.

Signature:

getBasketsByIDNotes(basketId: string, options?: RequestOptions): Promise<PoqResponse<NotesResult>>;

Parameters

Parameter Type Description
basketId string The id of the basket for which you want to retrieve the notes.
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<NotesResult>>