{
"order": {
"line_items": [
{
"title": "Big Brown Bear Boots",
"price": 74.99,
"grams": "1300",
"quantity": 3,
"tax_lines": [
{
"price": 13.5,
"rate": 0.06,
"title": "State tax"
}
]
}
],
"transactions": [
{
"gateway": "gift_card",
"gift_card_id": 12345678,
"brokered_by_shopify": true,
"kind": "sale",
"status": "success",
"amount": 74.99
}
],
"total_tax": 13.5,
"currency": "EUR"
}
}