Best practice for passing nested arrays from AJO Custom Actions to ACC?
Hi community,
I’m working on an AJO → ACC integration and running into a limitation with nested arrays in event payloads, such as cart items or receipt line items.
From what I can tell, AJO Custom Action mapping handles flat fields well, but not nested collections cleanly.
The options I’m aware of are:
- serialize the array upstream and parse it in ACC
- use middleware to reshape the payload before ACC
- send an ID and let ACC retrieve the full data separately
My main question:
What approach are teams actually using in production for this, and which one has proven most scalable and maintainable?
If there is a native way to pass nested arrays through AJO Custom Actions directly, I’d love to know.
Thanks.