Skip to main content
PUT
Activate Food Item

Overview

Activates a specific menu item, making it available for customers to order.

Path Parameters

integer
required
Food/product ID from the menu

Headers

string
required
Your API access token

Response

boolean
true if successful
string
"OK" on success

Examples

Success Response (200)

Error Responses

Use Cases

Reactivate item when ingredients are back in stock.
Activate special menu items for the day.
Activate items based on time of day.
Activate multiple items at once.

What Happens

1

Status Updated

Item’s status changes to "ACTIVE" in the database
2

Visible to Customers

Item becomes visible and orderable in customer apps
3

Orders Accepted

Customers can add this item to their cart and place orders
Changes take effect immediately - customers will see the item as available right away.

Best Practices

Deactivate Food

Make item unavailable

Get Menu

View all menu items
Use this endpoint in combination with your inventory management system for automatic availability updates.