Home > @poq/sdk-sfcc > BasketsClient > patchBasketsByID
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>>;
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>>