GET
/
tabs
/
{storeId}
/
current-inventory
curl --request GET \
  --url https://api.service.getjusto.com/v3/tabs/{storeId}/current-inventory
{
  "success": true,
  "data": {
    "items": [
      {
        "ingredientId": "tab-4c48bf33-1411-4c3f-adac-db39b4631cb8",
        "name": "Sal",
        "quantity": 2,
        "unitOfMeasurement": "gr",
        "externalId": "ing_external_id",
        "stockRoomId": "t-sri-asdasd"
      }
    ]
  }
}

Path Parameters

storeId
string
required

Query Parameters

ingredientIds
string[]

Id de los ingredientes a consultar

externalIngredientIds
string[]

Id externo de los ingredientes a consultar

stockRoomIds
string[]

Id de las bodegas

date
string

Fecha de inventario

Example:

"2020-01-01T00:00:00.000Z"

Response

200
application/json

The OpenAPI spec

The response is of type object.