Importing catalog to honei
By facilitating direct catalog importation, honei enables third-party providers to effortlessly sync their menus, reducing manual work and ensuring a consistent user experience across all touchpoints.
The third party will need to provide honei's support team with a callback URL, which is where you will be notified once the catalog import is complete.
POST
{base}/polling/universal/catalog
This request allows us to import a set of categories with their corresponding items and modifiers that will be displayed in honei.
Query Parameters
truncate
Boolean
In case that we want to truncate venue's catalogs. We use this to differentiate an initial import from any subsequent changes made after the initial import as webhook,
Headers
x-client-id*
String
The unique identifier for the authorized third party.
x-nonce*
String
The unique and random string generated by the third party for the request.
x-token*
String
The Base64-encoded hash of the nonce concatenated with the secret.
venue-api-key*
String
The unique identifier provided by the Honei support team for the specific venue.
Body
Once the import is completed, the third party's server will be notified.
Last updated