HomeGuidesRecipesAPI ReferenceChangelog
GuidesAPI ReferenceCustomer Help CenterLog In
These docs are for v2017-01-01. Click to read the latest docs for v2018-06-26.

Create a new Order

To create a confirmed order, you need to be logged in and be authorized with the reservation role (ROLE_RESERVATION or ROLE_RESERVATION_LITE) for the seller you are creating the order for.

Possibly the most complicated piece about orders are it's adjustments. Adjustments serve two purposes:

  • Redundancy check: This formula should always be true baseAmount + addOns + adjustments = amount
  • Audit trail: All changes to an order must be done via adjustments

You can use the /api/orders/prepare endpoint to have the adjustments generated for you.

Language
Authorization
Header
Click Try It! to start a request and see the response here!