How Do I get Line Item compare at price in order Export?

Currently while exporting order the line item compare at price is empty . I create order via API and the line item compare at price is empty(the line item has compare at price) but when I use the standard flow by going to the shopify store and placing the order the line item compare at price is present in the order export.

Here is everything I have tried sending with the line item but it wont work

"line_items": [
            {
                "variant_id": 39813959024802,
                "quantity": 1,
                "price": 599.00,
                "original_price":1000.00,
                "compare_at_price":1000.00,
                "line_item_compare_at_price":1000.00,
                "lineItem_compare_at_price":1000.00,
                "sku":18406
            }
3 Likes

Hi @Nitin8 have you found a solution to this issue? We have faced the same issue as well and are unsure of the solution

Hello @Nitin8 and @arrowdev , did anyone of you finds any solution, i am also getting the same issue