cURL
curl --request GET \ --url https://take.app/api/platform/inventory
[ { "item_id": "<string>", "quantity": 123, "price": 123, "original_price": 123 } ]
Get all inventory
Get all inventory in the store
The response is of type object[].
object[]