# Orders

Create, retrieve, and manage customer orders

## Create a New Order

 - [POST /orders](https://docs.fulfillment.juniperhealth.com/apis/orders/createorder.md): Submit a new customer order with product line items and shipping details

## Retrieve Orders

 - [GET /orders](https://docs.fulfillment.juniperhealth.com/apis/orders/listorders.md): Retrieve a list of orders with optional filtering

## Retrieve Order Details

 - [GET /orders/{orderId}](https://docs.fulfillment.juniperhealth.com/apis/orders/getorderbyid.md): Get detailed information for a specific order

## Cancel an Order

 - [POST /orders/{orderId}/cancel](https://docs.fulfillment.juniperhealth.com/apis/orders/cancelorder.md): Cancel an order that has not yet entered processing. Orders can only be cancelled while in NEW status.

