Home > @poq/sdk-sfcc > IBasketsClient > getBasketsByIDNotes
Retrieves notes for a basket.
Signature:
getBasketsByIDNotes(basketId: string, options?: RequestOptions): Promise<PoqResponse<NotesResult>>;
| 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>>