문제

I want to delete the order Item form the Successfully placed Order how to delete the order item.Can anyone help to solve this situation.

Thanks in Advance :)

도움이 되었습니까?

해결책

By default, Magento2 does not have any API point for the delete an order item.

But PHP function \Magento\Sales\Api\OrderItemRepositoryInterface::delete(\Magento\Sales\Api\Data\OrderItemInterface $entity) exits which can delete the order item. You can create custom API point using webapi.xml and call this method on delete operation.

As per the Magento 2 system, order item delete does not a good idea. you can issue orders shipment, invoice etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top