Loading...
Was this page helpful?
This documentation provides a reference to the deleteOrderLineItems
method. This belongs to the Order Module.
This method deletes line items by their IDs.
itemIds
string[]Promise
Promise<void>This method deletes a line item by its ID.
itemId
stringPromise
Promise<void>This method deletes line items that match the specified filters.
selector
Partial<FilterableOrderLineItemProps>Promise
Promise<void>