Skip to main content
GET
Get a food
Retrieves a single food item by its ID, scoped to the store, with category populated. Returns 404 if not found in this store. Requires the READ_INVENTORY scope.

Authorizations

Authorization
string
header
required

Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.

Path Parameters

id
string
required

The food item's ObjectId.

Response

Get a food — success.

status
integer
required
Example:

200

success
boolean
required
Example:

true

message
string
required
Example:

"Get a food"

data
object
required

A restaurant menu item.

Example: