Untitled

 avatar
unknown
plain_text
a year ago
485 B
2
Indexable
{
  "invoices": [
    {
      "invoiceType": "Invoice",
      "id": "CV2300001",
      "date": "2023-09-01T12:00:00.000Z",
      "remitToParty": {
        "partyId": "XVA1"
      },
      "items": [
        {
          "amazonProductIdentifier": "B0B1H2MDCX",
          "vendorProductIdentifier": "PG-347130",
          "invoicedQuantity": 35,
          "netCost": 980
        }
      ],
      "invoiceTotal": {
        "amount": 1224,
        "currencyCode": "EUR"
      }
    }
  ]
}
Leave a Comment