Untitled

 avatar
unknown
plain_text
a month ago
552 B
2
Indexable
{
  "transaction_id": "T12345",
  "value": 108.70,
  "currency": "EUR",
  "tax": 5.50,
  "shipping": 3.50,
  "coupon": "SUMMER20",
  "items": [
    {
      "item_id": "123",
      "item_name": "Kids Bottle 530ml - Yellow",
      "price": 29.90,
      "quantity": 1,
      "item_category": "Kids",
      "item_brand": "YourBrand"
    },
    {
      "item_id": "124",
      "item_name": "Fuel Your Day Pack",
      "price": 78.80,
      "quantity": 1,
      "item_category": "Packs",
      "item_brand": "YourBrand"
    }
  ]
}
Editor is loading...
Leave a Comment