← Back to all apps

Bites

Foodby Delivery Collective Inc
Launched Apr 6, 2026 on ChatGPT

Bites lets you discover, browse menus, and order from local restaurants — all from ChatGPT. Search by cuisine or location. View full menus with modifier options, check your rewards balance, and place delivery or pickup orders without switching or downloading Delivery apps.

At Bites, we are building an AI-native Food ordering marketplace for restaurants that combines the convenience of Delivery apps with the economics of ordering directly from restaurants.

7ChatGPT Tools
Delivery Collective IncDeveloper
FoodCategory

Available Tools

Checkout Order

checkoutOrder
Full Description

Initiate checkout or update cart for an order (delivery or pickup), generating a link where the customer can complete payment

Parameters (3 required, 7 optional)
Required
cartItemsarray
isPickupboolean
merchantIdnumber
Optional
addressobject
deliveryInstructionsstring
emailstring
firstNamestring
lastNamestring
orderUuidstring

UUID of an existing order to update. If provided, this will update the existing order instead of creating a new one. The order must be in OPEN state (not yet paid).

phonestring

Get All Customer Rewards

getAllCustomerRewards
Full Description

Get reward balances of merchants for which the customer has sufficient rewards to reedem

Get Auto-Filled Cart Item Structure

getAutoFilledCartItem
Full Description

Get a complete, valid cartItem structure with all required nested modifiers auto-selected. Use this to quickly get a working baseline for an item with complex nested modifiers.

Parameters (3 required)
Required
itemIdnumber
merchantIdnumber
topLevelModifierIdsarray

Array of modifier IDs to select at the top level (e.g., [10725562] for Small size)

Get Item Modifiers

getItemModifiers
Full Description

Get all modifier groups and selectable modifiers for a menu item, including nested modifier structures

Parameters (4 required, 1 optional)
Required
itemIdnumber
maxDepthnumber

Maximum depth to recursively expand nested modifier groups when expandModifierId is provided.

maxOptionsPerGroupnumber

Limit number of modifier options listed per group in content summary

merchantIdnumber
Optional
expandModifierIdnumber

When provided, expands and lists nestedModifierGroups for this modifier up to maxDepth.

Get Merchant Rewards and Most Recent Order

getMerchantRewardsAndRecentOrder
Full Description

Get customer rewards balance for a specific merchant (if merchantId provided) and their most recent order items. Get the most recent order in general when merchantId is not provided.

Parameters (0 required, 4 optional)
Optional
customerIdnumber

Optional customerId when known; preferred over phone lookup.

emailstring

Customer email address (used only when no phone is provided).

merchantIdnumber

Optional merchantId. When provided, fetches merchant-specific rewards and prefers orders from that merchant. When omitted, returns the most recent order in general.

phonestring

Customer phone number (E164 format preferred). If only phone is available, use it solely for lookup.

Get Restaurant Menu and Details

getRestaurant
Full Description

Get menu and other details about a specific restaurant by ID

Parameters (9 required, 1 optional)
Required
includeItemsboolean

If false, omit menu items from result.

includeLastOrderboolean

If true and contact info provided, includes the customer's last order from this restaurant.

includeModifierGroupsboolean

If true, include information about modifiers in result items.

includeMostOrderedItemsboolean

If true, includes the most ordered items at this restaurant (global popularity across all customers).

limitnumber
mostOrderedDaysnumber

Number of days to look back for most ordered items.

mostOrderedLimitnumber

Maximum number of most ordered items to return.

offsetnumber
restaurantIdnumber
Optional
categorystring

Search Restaurants

searchRestaurants
Full Description

Search and filter restaurants based on various criteria (name, cuisine, location, dietary options, rating)

Parameters (0 required, 5 optional)
Optional
cuisinestring
dietaryOptionsarray
locationobject
minRatingnumber
querystring