curl --location 'https://api.techrar.com/inventory/v1/merchant/items/prices/bulk-update/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"id": 131,
"price": 20
},
{
"id": 130,
"price": 20
},
{
"id": 129,
"price": 20
},
{
"id": 128,
"price": 20
},
{
"id": 127,
"price": 20
},
{
"id": 1217,
"price": 20
}
]
}'{
"success": [
131,
130,
129,
128,
127
],
"errors": [
{
"id": 1217,
"error": "Item with ID 1217 not found."
}
]
}