Hi All,
Does anybody know how to put a line item group within a line item?
Here is the sample of the code that I need to duplicate in Developer Zapier,
items: [
{
item_number: 2,
item_name: 'Delivery1',
quantity: 1,
unit_of_measure: 'pieces',
unit_price: 100,
net_price: 100,
tax_breakdown: [{regime: 'VAT', rate: 27, amount: 27}]
}
]
Line “tax_breakdown” has another array. In a nutshell within Input Designer, I would need to create an array within an array. Is this possible? Or is this confusing?
Thank you and appreciate the help!