updateLineItems - Order Module Reference
This documentation provides a reference to the updateLineItems
method. This belongs to the Order Module.
updateLineItems(data): Promise<OrderLineItemDTO[]>
This method updates existing {return type}(s).
Example
Parameters
The attributes to update in the order line item with selector.
Returns
The updated {return type}(s).
updateLineItems(selector, data, sharedContext?): Promise<OrderLineItemDTO[]>
This method updates existing {return type}(s).
Example
Parameters
Make all properties in T optional
Make all properties in T optional
Returns
The updated {return type}(s).
updateLineItems(lineId, data, sharedContext?): Promise<OrderLineItemDTO>
This method updates existing {return type}(s).
Example
Parameters
lineId
stringRequiredThe line's ID.
Make all properties in T optional
Returns
The updated {return type}(s).
Was this section helpful?