Home > @poq/sdk-sfcc > IBasketsClient > postBasketsByIDNotes
Adds a note to an existing basket.
Signature:
postBasketsByIDNotes(basketId: string, body: Note, options?: RequestOptions): Promise<PoqResponse<Basket>>;
Parameter | Type | Description |
---|---|---|
basketId | string | The id of the basket to be modified. |
body | Note | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Basket>>