let products = [
"add-products": [
{
"product-id": 16,
"quantity": 5,
"price": 25.00
},
{
"product-id": 17,
"quantity": 7,
"price": 84.00
},
{
"product-id": 15,
"quantity": 10,
"price": 100.00
},
],
"product-name": 0,
"quantity": 0,
"price": 0,
"object_id" 32
]
post_params = JSON.stringify(products);
post(url, post_params);