- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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.
selector
Partial<CartLineItemDTO>Filters to specify which line items to update.
selector
Partial<CartLineItemDTO>data
Partial<UpdateLineItemDTO>The attributes to update in the line items.
data
Partial<UpdateLineItemDTO>Was this page helpful?