Public API
Menus API

Menu Creation Request

4min

You can use the UUID from the menuCreate request to look up that request's status.

This request will provide error information and display any warnings that may block a menu from being successfully created.

Once the Menu Creation Request is ready, we will send a webhook with request's ID to let you know whether the request succeeded, succeeded but triggered warnings, or failed.

Operation

GraphQL


Query Variables

GraphQL


Example Success Response

{

  ...

}

Example Failure Response

{

  ...

}

Example Error Response

{

  ...

}