Skip to main content
Skip to main content

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.

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?