Create a New Order

Create a new order, typically for manual order entry by staff.

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

Create a new order, typically for manual order entry by staff.

Body Params

A schema representing a patient's order, including all relevant details such as pricing, products, status, and shipping information.

string

The unique identifier of the organization associated with the order.

string

The unique database identifier for the order record.

number

A human-readable unique identifier for the order.

date-time

The timestamp when the order was created.

date-time

The timestamp when the order was last updated.

date-time

The timestamp when the order was shipped.

customer
object

A subset of the patient's information linked to this order.

status
object

The current status of the order.

statusHistory
array of objects

A chronological record of all status changes for the order.

statusHistory
extras
object

Additional non-standard data related to the order.

meta
object

Metadata about the order (e.g., cart ID, payment status).

source
object

The source of the order.

lineItems
array of objects

An array of product items included in the order.

lineItems
invoices
array of objects

An array of invoice records associated with the order.

invoices
shippingAddress
object

The address to which the order will be shipped.

string

The coupon code applied to the order.

number

The final total amount paid for the order.

number

The total amount of discounts applied.

number

The total amount of the order before any discounts.

string

Any notes or special instructions for the order.

assignedTo
object

The provider or staff member assigned to this order.

string

The group that the order was assigned to.

string

The tracking number for the order shipment.

string
number

The version of the order schema.

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