Poq.SDK.Node

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

BasketsClient.postBasketsByIDNotes() method

Adds a note to an existing basket.

Signature:

postBasketsByIDNotes(basketId: string, body: Note, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

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>>