Update inventory
curl --request POST \ --url https://take.app/api/platform/inventory \ --header 'Content-Type: application/json' \ --data '[ { "item_id": "<string>", "quantity": 123, "price": 123, "original_price": 123 } ]'
{ "item_id": "<string>", "quantity": 123, "price": 123, "original_price": 123 }
The body is of type object[].
object[]
The response is of type object.
object