How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CloudKitchens Manager Menu Endpoints API

Endpoints for applications managing menus related data and operations.

CloudKitchens Manager Menu Endpoints API is one of 27 APIs that CloudKitchens publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Manager Menu Endpoints. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 8 operations across 8 paths, and defines 48 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://{{public-api-url}}.

8 operations 8 paths 48 schemas 3 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.cloudkitchens.com
Authentication
OAuth 2.0
License
Proprietary
Resource Areas
1

Authentication & Security 1

CloudKitchens Manager Menu Endpoints API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2.0) using the clientCredentials and authorizationCode flows, exposing 29 scopes.

  • OAuth2.0 — The Authorization API is based on the [OAuth2.0 protocol](https://tools.ietf.org/html/rfc6749), supporting the (Client Credentials)[https://datatracker.ietf.or…

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 3 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

manager_menu_endpoints 8

Endpoints for applications managing menus related data and operations.

GET
/v1/menus
Get the menus for a store
getMenu 1 param → 200400401403404422
GET
/v1/menus/jobs/{jobId}
Get the async menu job status
getAsyncJobStatus 2 params → 200400401403404422
GET
/manager/menu/v1/menus/publish-targets
Get the publish-targets for a store
managerGetMenuPublishTargets 1 param → 200400401403404422
POST
/manager/menu/v1/menus/publish
Publish menus to targets for a store
managerPublishMenu 1 param body → 202400401403404409422
POST
/manager/menu/v1/menus/menu-sync
Synchronize store menu with POS menu
menuSync 1 param body → 202400401403404422
POST
/manager/menu/v1/menus/entities/availability/suspend
Suspend menu entities targets for a store
managerSuspendMenuEntities 1 param body → 202400401403404422
POST
/manager/menu/v1/menus/entities/availability/unsuspend
Unsuspend menu entities targets for a store
managerUnsuspendMenuEntities 1 param body → 202400401403404422
POST
/manager/menu/v1/bootstrap
Bootstrap menus for a store
managerBootstrap 1 param body → 202400401403404422

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are NutritionContent (22 properties), CustomBulkResolutionOptions (15 properties), SkuDetails (13 properties), MenuItem_POS (11 properties). Each schema is shown below with its type and property counts.

Menu_POS
object
A menu for a store.
7 properties 2 required
JobReference
object
The job reference.
2 properties
CustomBulkResolutionOptions
objectnull
15 properties
PosMenuSyncRequest
object
3 properties
MenuPublishTarget
object
Information about the target.
1 property
Menus
object
All menus associated with a store.
5 properties 3 required
ItemTax
object
The tax configuration.
2 properties 2 required
MenuPublishRequest
object
1 property
ItemPriceOverride
object
Price override for an item
3 properties 3 required
ErrorDetail
object
The error detail response object.
2 properties
DefaultModifierSelectionData
object
The default modifiers selections for a modifier group.
1 property 1 required
UnitPriceAndCount
object
Unit price and count for additional charges.
2 properties 2 required
ModifierGroup
object
Items are sold on the menu. Modifiers to items are items themselves and their relationship is defined by ModifierGroup.
10 properties 2 required
ExposedThirdPartyInfo
object
Information about a third party service that is exposed to the another service. Usually, this is used to expose an POS ID to an OFO.
2 properties 2 required
ErrorMessage
object
The error response object.
2 properties
SkuBarcode
object
A barcode for the product which may be common types like UPC, GTIN, ASIN or an internal type.
2 properties
DietaryClassification
object
Dietary classification information.
1 property
BootstrapMenuRequest
object
5 properties 2 required
PercentageValue
object
Percentage value in decimal format.
1 property 1 required
HourInterval
object
Represents the beginning and ending of operating time for a menu specific to a Day.
5 properties
Money
object
Money amount.
2 properties 2 required
MenuPublishTargets
object
1 property
SuspendItemsRequest
object
3 properties 3 required
ItemStatus
object
Represents whether an Item is for sale, indefinitely not for sale, or not for sale until a specific time.
2 properties 1 required
MenuJobPublishState
objectnull
Only present if the MenuJobType is PUBLISH. Contains a map of MenuPublishTarget services to their corresponding statuses.
Servings
object
The number of people an item serves. If only one serving value is known, set both min and max to that value.
2 properties
MenuJobType
string
Type of job.
Photo
object
All data required to represent a Photo for an entity in menus.
4 properties 4 required
OverrideRule
object
Override rule for when to apply price overrides
1 property 1 required
MenuItem_POS
object
Items are sold on the Menu. Modifiers to items are items themselves and their relationship is defined by ModifierGroup.
11 properties 5 required
UnsuspendItemsRequest
object
2 properties
EnergyKcal
object
The calorie range of the item. If only one calorie value is known, set both low and high to that value.
2 properties
AllergenClassification
object
Allergen classification information.
2 properties
MenuAsynchronousJob
object
The job created to process the menu request.
3 properties
AdditionalCharge
object
Additional charge to apply. Exactly one of either flatCharge or percentageCharge should be provided.
4 properties 1 required
NutritionContent
object
The nutrition content of the item.
22 properties
MenuPublishResponseMenuPublishTargets
objectnull
Only present if the request fails. Meant to help debugging why the request failed.
1 property
NutritionalInfo
object
The nutritional information of an item.
2 properties
MenuPublishResponse
object
3 properties
DefaultModifierSelection
object
A default modifier selection consists of a reference to the modifier and the default selected quantity of that modifier.
2 properties 2 required
StorageRequirement
object
Storage requirements for the product.
1 property
PosMenuSyncResponse
object
1 property
StoreId
string
The unique identifier of the store in the partner application. This ID, along with the Application ID, will be used to match the correct store when performing…
MenuPublishJobState
object
Information about the menu publish target.
2 properties
Hours
object
Hours are represented as a list of HourIntervals.
1 property 1 required
SkuDetails
object
Details of the product being prepared or a pre-packaged good being sold. Includes information such as UPC barcode, unique identifiers, or classification inform…
13 properties
SuspensionStatus
object
The type of suspension this will be.
2 properties 1 required
Category
object
Categories contain a list of Item references.
6 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cloudkitchens-manager-menu-endpoints-api-openapi.yml Raw ↑

Other APIs CloudKitchens publishes across the network.

CloudKitchens Account Pairing Endpoints API
CloudKitchens Account Pairing Webhooks API
CloudKitchens Auth Endpoints API
CloudKitchens Callback Endpoints API
CloudKitchens Delivery Endpoints API
CloudKitchens Delivery Webhooks API
CloudKitchens Direct Orders Endpoints API
CloudKitchens Finance Endpoints API
CloudKitchens Inventory Endpoints API
CloudKitchens Manager Loyalty Endpoints API
CloudKitchens Manager Order Endpoints API
CloudKitchens Manager Orders Webhooks API
Where this information came from

This is an independent, third-party profile of CloudKitchens Manager Menu Endpoints API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.