Type Alias: RecalculateCart()
RecalculateCart: (
cartId
,companyId
?,priceType
?,priceListGroup
?,embedTemplateId
?) =>Promise
<RecalculateCartResponse
>
Recalculates the cart items based on the provided parameters, such as company ID, price type, and price list group.
Parameters
• cartId: string
The unique identifier for the cart.
• companyId?: string
(Optional) The company ID to use for recalculation.
• priceType?: string
(Optional) The price type to use for recalculation.
• priceListGroup?: string
(Optional) The price list group to use for recalculation.