Large structured export (JSON or XML) with an export_metadata block and a long 'orders' array. Extract the metadata values, then locate three specific orders by their order_ref and copy their values (the orders are scattered through the array, so scan until you find each): the FOCUS order ORD-10134 (extract its date, channel, status, buyer name/tier/region, shipping carrier, payment method, and every line in its lines array as focusOrderLineItems with sku/title/category/quantity(qty)/unitPriceCents(unit_price_cents)/discountCents(discount_cents)); order ORD-10019 (extract only its shipping carrier); and order ORD-10193 (extract only its payment method). recordCount is the stated record_count in the metadata — read it, do not count. Keep monetary values in cents exactly as written.
