<?xml version="1.0" encoding="UTF-8"?>
<orders>
  <order>
    <order_id>837622</order_id>
    <customer_id>4382</customer_id>
    <customer_name>Alice Widell</customer_name>
    <customer_email>a_widell@example.com</customer_email>
    <products>
      <product>
        <sku>XY-Z12345</sku>
        <delivery_date>2023-05-10</delivery_date>
      </product>
    </products>
  </order>
  <order>
    <order_id>837623</order_id>
    <customer_id>7533</customer_id>
    <customer_name>Britney Khan</customer_name>
    <customer_email>britney.khan@example.com</customer_email>
    <products>
      <product>
        <sku>XY-Z12345</sku>
        <delivery_date>2023-05-15</delivery_date>
      </product>
      <product>
        <sku>TS-BLM-A101</sku>
        <delivery_date>2023-05-15</delivery_date>
      </product>
      <product>
        <sku>01-200-GR-M</sku>
        <delivery_date>2023-05-15</delivery_date>
      </product>
    </products>
  </order>
  <order>
    <order_id>837624</order_id>
    <customer_id>5743</customer_id>
    <customer_name>Charles Bengtsson</customer_name>
    <customer_email>charles@example.com</customer_email>
    <products>
      <product>
        <sku>HOY-BB-BLU-07</sku>
        <delivery_date>2023-05-16</delivery_date>
      </product>
      <product>
        <sku>HOY-BB-RED-07</sku>
        <delivery_date>2023-05-16</delivery_date>
      </product>
    </products>
  </order>
</orders>
