Using the /v3/merchants/{MerchantId}/orders/{OrderId}/line_items endpoint to add a single line item to an order with a custom line item name. I create the LineItem object and pass it to the endpoint, but when I read the lineItem again after loading the order with the lineItems expansion, I get the Inventory item name.
Please let me know if you can offer any insight on this issue. Thanks.