Loading...
Was this page helpful?
This documentation provides a reference to the updateOrderLineItems
method. This belongs to the Order Module.
This method updates existing line items. The line item to update is specified by the selector
property of the first parameter.
Promise
Promise<OrderLineItemDTO[]>This method updates existing line items matching the specified filters.
selector
Partial<FilterableOrderLineItemProps>data
Partial<UpdateOrderLineItemDTO>Promise
Promise<OrderLineItemDTO[]>This method updates an existing line item.
lineId
stringdata
Partial<UpdateOrderLineItemDTO>Promise
Promise<OrderLineItemDTO>