Skip to main content
HEAD
/
ecommerce
/
menu
/
{menuId}
Menu exists
curl --request HEAD \
  --url https://api.service.getjusto.com/v3/ecommerce/menu/{menuId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "errors": [
      "<string>"
    ]
  }
}

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.

Path Parameters

menuId
string
required

ID Justo o ID externo del menú.

Response

The OpenAPI spec

success
boolean
Example:

true

data
object

Resultado de una escritura de menú compatible con API v2.2.