Loading...
Was this page helpful?
This documentation provides a reference to the updateOrderItem
method. This belongs to the Order Module.
This method updates existing order items matching the specified filters.
selector
Partial<FilterableOrderShippingMethodProps>Promise
Promise<OrderItemDTO[]>This method updates an existing order item.
orderItemId
stringdata
Partial<UpdateOrderItemDTO>Promise
Promise<OrderItemDTO>This method updates existing order items. The items are identified either by their ID or the specified filters.
orderItemIdOrDataOrSelector
string | Partial<OrderItemDTO> | UpdateOrderItemWithSelectorDTO[]Promise
Promise<OrderItemDTO | OrderItemDTO[]>