Discussing APIs and development related to customers, discounts, and order management.
Hello,
I have reviewed and didn't found anyway order line item remove.
Hi Pratik,
This is not possible to remove the line item from the order through Shopify REST API. The Orders API allows only for updating properties of an order including `buyer_accepts_marketing`, `email`, `phone`, `note`, `tags`, `metafields` and `shipping_address_attributes`. It is not for editing the items of an order.