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

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

Nitin8
Visitor
1 0 3

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
            }

 

Replies 2 (2)

arrowdev
Shopify Partner
3 0 0

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

samir-growwx
Shopify Partner
6 0 3

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