Skip to main content

We want to create an order, but don't know how the server will know that the order created via the api is for the specific table

Comments

1 comment

  • Official comment
    Taylor Dollison

    Hi Alex,

    Thanks for reaching out! When POSTing an order with a specific table, you can include the order.table object. The GUID for a table can be found by calling /config/v2/tables

    By caching the response from /config/v2/tables, you can reference it after receiving the order that was created in Toast to determine which table the order is associated with. 

    More on building a reservation integration in our cookbook here!

    Let me know how else I can help on this one.

    Best,
    Taylor

Please sign in to leave a comment.