Update Item Availability Status

Update Item Availability Status

POST https://{admin-domain-name}/api/itemAvailabilityStatusUpdate

This endpoint allows you to update Item Availability status

Headers

Name
Type
Description

Authorization

string

Authentication token .

Request Body

Name
Type
Description

restaurant_id

string

Value should be FE restaurant id

partner

string

For Food Engine value should be "FOOD ENGINE"

is_available

boolean

0 or 1

itemIds

array

Array of Food engine Item IDs that need to be updated

storeId

string

Value should be Food engine branch Id

{
    "code": 200,
    "success": "true",
    "message": "Item status updated successfully"
}

Last updated

Was this helpful?