Create an Order

Create a new order for the authenticated patient.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a new order for the authenticated patient.

Body Params

A Data Transfer Object (DTO) for creating a new patient order. This schema is used when a patient finalizes their checkout, providing cart, payment, and shipping details.

string

The unique identifier of the cart from which the order is being created.

string

The unique identifier of the payment method to be charged for the order.

shippingAddress
object

The full shipping address for the order. This can be a new address or a saved one from the patient's profile.

boolean

A boolean flag indicating whether the provided shippingAddress is a new address being saved for the patient.

string

The coupon code to be applied to the order, if any.

boolean

A boolean flag that, when true, indicates that payment should not be charged immediately. This is often used for orders that require provider review before payment is processed.

string

The unique identifier of the group that the order should be assigned to for processing.

Headers
string
required

A Valid JWT Authentication token.

string

Your unique Organization ID. This header is only required when using a custom portal domain, otherwise it is optional.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json