POST
/
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
}

Authorizations

api_key
string
query
required

Body

application/json · object[]

The body is of type object[].

Response

200 - application/json

Update inventory

The response is of type object.