Pattern
Chained Expansion Workaround
chained-expansion-workaround
A recurring API-shape where deeply nested resource fields cannot be expanded in one call, forcing a staged strategy: expand an intermediate parent first, then fetch the target ID/value (e.g., price) via a follow-up request.