curl --location 'https://api.techrar.com/inventory/v1/merchant/items/bulk-update/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"id": 131,
"limited_qty": false,
"qty": 0
},
{
"id": 130,
"price": 14.0,
"limited_qty": false,
"qty": 1
},
{
"id": 129,
"price": 13.0,
"limited_qty": false,
"qty": 1
},
{
"id": 128,
"price": 2.0,
"limited_qty": true,
"qty": 1
},
{
"id": 127,
"price": 1.0,
"limited_qty": true,
"qty": 1
},
{
"id": 1217,
"price": 1.0,
"limited_qty": true,
"qty": 1
}
]
}'