Poq.SDK.Node

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

BasketsClient.patchBasketsByID() method

Updates a basket. Only the currency of the basket, source code, and the custom properties of the basket and of the shipping items will be considered.

Signature:

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

Parameters

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

Returns:

Promise<PoqResponse<Basket>>