Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UpdateCartWithSelectorDTO

A pair of selectors and data, where the selectors determine which carts to update, and the data determines what to update in the carts.

Properties

selectorPartial<CartDTO>Required
Filters to specify which carts to update.
dataUpdateCartDataDTORequired
The attributes to update in the carts.
Was this section helpful?