Skip to main content
GET
/
tabs
/
reports
/
items-inventory-costs
Costos de items de inventario
curl --request GET \
  --url https://api.service.getjusto.com/v3/tabs/reports/items-inventory-costs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "_id": "<string>",
    "items": [
      {
        "productName": "<string>",
        "costsByStores": {},
        "price": 123,
        "withoutRecipe": true,
        "productId": "<string>",
        "taxPercentage": 123,
        "category": "<string>",
        "taxType": "<string>"
      }
    ],
    "modifiers": [
      {
        "modifierName": "<string>",
        "costsByStores": {},
        "price": 123,
        "withoutRecipe": true,
        "modifierId": "<string>",
        "taxPercentage": 123,
        "category": "<string>",
        "taxType": "<string>"
      }
    ],
    "stores": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjusto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

storesIds
string[]
menuId
string

Response

The OpenAPI spec

success
boolean
Example:

true

data
object