Skip to main content
GET
/
tabs
/
reports
/
tab-items-without-menu-match
Items sin match de menu
curl --request GET \
  --url https://api.service.getjusto.com/v3/tabs/reports/tab-items-without-menu-match \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "_id": "<string>",
    "rows": [
      {
        "tabItemId": "<string>",
        "tabId": "<string>",
        "tabCode": "<string>",
        "storeId": "<string>",
        "storeName": "<string>",
        "productName": "<string>",
        "amount": 123,
        "price": 123,
        "priceWithModifiers": 123,
        "type": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "source": "<string>",
        "salesChannelConfigId": "<string>",
        "salesChannelProviderId": "<string>",
        "channelName": "<string>"
      }
    ],
    "totalItems": 123,
    "totalAmount": 123,
    "totalPrice": 123
  }
}

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

fromDate
string<date-time>
required
Example:

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

toDate
string<date-time>
required
Example:

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

storeIds
string[]
salesChannelConfigIds
string[]
salesChannelProviderIds
string[]
sources
string[]

Response

The OpenAPI spec

success
boolean
Example:

true

data
object