Any Celigo BigCommerce/NetSuite users out there? I'm trying to bring the option sets and chosen options into NetSuite. On this custom item, the customer can choose a range of options. I'm trying to pull all the things they chose (Header Style: Notice, Orientation: Landscape, etc. etc.) into the Sales Order in NetSuite. Anyone know if this is possible?
I'm able to pull a single value (either the option name OR option value) using "products[*].product_options[0].display_value" but when I try to join multiple names or multiple values, it fails out