Getting Restaurant Menu via FocusLink
Online Ordering Providers (OOPs) can leverage the FocusLink API to obtain a restaurant's menu.
OOPs must be registered with Focus POS as a FocusLink Integrator and have a valid FocusLink license. For information on using a FocusLink Integrator License, click here.
After obtaining your FocusLink Integrator Credentials, you will need to request the restaurant's menu using a RESTful GET call.
The endpoint to obtain the menu is:
https://focuslink.focuspos.com/v2/stores/{storeKey}/pos/menus
curl --location --request GET 'https://focuslink.focuspos.com/v2/stores/{storeKey}/pos/menus' \ --header 'Authorization: {YOUR BASIC AUTHENTICATION HERE}'
Once you've made a successful call to the endpoint, you will receive a JSON payload as a response.
That payload is a bit too large to post here, but you can download a sample: https://go.aws/2w8bGdL
OOPs will need to digest the menu into their infrastructure and build out the restaurant's online presence, but once that is done, you'll want to review this article on posting new orders via FocusLink
Comments
0 comments
Please sign in to leave a comment.