...
This document focuses on the cart page and order confirmation page.
How do you interact with the API?
Our ordering API uses endpoint and webhooks, which follow this principle:
We broadcast all changes that impact orders via our webhooks.
We make available all information on orders via our endpoints.
API Actions
Info |
---|
Make sure all this actions are performant and responses are provided within milliseconds. Long response times will translate into long loading times for guests. |
...