Home > @vsf-enterprise/commercetools-api > UpdateCartParams
# UpdateCartParams interface
Parameters for the updateCart API endpoint
Signature:
export interface UpdateCartParams
# Properties
| Property | Type | Description |
|---|---|---|
| actions | MyCartUpdateAction[] | Operations to be performed on the cart |
| id | string | Cart ID |
| version | string | number | Cart version |
| versionFallback? | boolean | (Optional) Should the request be retried if there was a cart version mismatch |