Menu
Get a menu
Fetch a single menu by its ID, scoped to the authenticated company. Returns the same shape as an entry in the list endpoint, including product_count (the number of active products on the menu) and url (its primary public link, null when the menu has no primary URL). Returns 404 when no menu with that ID exists in the company.
Required permission: products_permissions_view (admins are always allowed).
get/public/v1/menus/{id}
Path parameters
idstring required
The menu's ID, as returned in the id field of the list and show responses.
Response
A single menu
Changes
No recorded changes to this endpoint across all 1 revision of this API.