Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
stylenone

What is checkout?

Checkout is the final step in the shopping process, where the customer reviews their cart, see total price, enters payment information, and confirms the order.

In our platform checkout consists currently of two steps: cart and payment page.

How do you interact with the API?

...

  • We broadcast all changes that impact orders via our webhooks.

  • We make available all information on orders via our endpoints.

API Actions

Price webhook & endpoint

When a guest goes to checkout, the contents of their cart are priced against the POS.

We will trigger a Price Order webhook with the order contents for the selected store id and service mode. The POS is to return the price and availability for each item in the order, the total price and any errors using the Price Webhook Callback endpoint.

Commit webhook & endpoint

[ ]

Fire webhook & endpoint

...

[ ]

Order event webhook & endpoint

[ ]