I’m creating an Invoice on Quickbooks using Array Aggregator and I would like to add another line item (Shipping Cost) to the Line Items Array.
This is the JSON value of Shipping Cost that I’m trying to add “7 - Array Aggregator” output array. How can I do this?
{
“Amount”: 32,
“DetailType”: “SalesItemLineDetail”,
“SalesItemLineDetail”: {
“ItemRef”: {
“value”: “SHIPPING_ITEM_ID”
}
}
}