get https://bbot.menu/api/v2-2/menus/async-upsert/
Poll this endpoint for Upsert status
This endpoint returns the status of your POST upsert call. You should receive a response containing status equal to one of pending
, success
or failure
.
Task Status | Description |
---|---|
pending | Menu Upsert still in progress and not completed. |
failure | Something went wrong on the server side while processing your menu, therefore no menu or menu_items is uploaded |
success | Menu successfully uploaded, the response will contain a result field that maps the given external ids to created internal ids. |