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
}