Looping Through Line Items

An e-commerce webhook sends an order with multiple items, but the invoicing app can only read single items. Loop and transform each one.

All challenges