Challengesgroup-inventory-items-by-warehouse-for-wms-report
DataWeaveINTERMEDIATE

Group Inventory Items by Warehouse for WMS Report

Transform a flat array of inventory line items — each carrying a warehouse code, SKU, and quantity — into a grouped summary object keyed by warehouse, with total quantity aggregated per location. You will practice `groupBy` for structural reshaping and `reduce` for numeric aggregation within each group. This pattern appears wherever a target system (WMS, ERP, or BI tool) requires data pre-organized by a dimension before it can ingest or render it correctly.

rest-apidwl::core
Rating

Community

No ratings yet

Enroll to rate

Challenge Info

Access Tier

FREE

Est. Time

20MIN

XP Reward

200

Points

150

Status

Not Enrolled

Account required

Sign in to start this challenge

Create a free account or sign in to enroll and access the full challenge.

What you'll do
  • Write DataWeave transformations in a live editor
  • Validate your output against test cases
  • Submit all test cases and get scored
Skills practiced
#rest-api#dwl::core