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

UpdateLineItemWithSelectorDTO

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

Properties

selectorPartial<CartLineItemDTO>Required
Filters to specify which line items to update.
dataPartial<UpdateLineItemDTO>Required
The attributes to update in the line items.
Was this section helpful?