{
"customer_id": 81921000029280354,
"line_items": [
{
"item_id": 81921000005503008,
"name": "Comida húmeda de ternera con arroz",
"quantity": 1,
"rate": 1.05,
"discount_amount": 0.00
},
{
"item_id": 81921000002789316,
"name": "Carpaccio de vacuno",
"quantity": 1,
"rate": 3.40,
"discount_amount": 5.00
}
],
"discount_type": "item_level"
},
When we send this JSON, the discount_ammount always appears with 0, but the Sales Order is created. What are we doing wrong?