---
title: "Add an Item to an Order"
method: POST
path: "/orders/{order_id}/order_items"
tags: ["Products > Orders > Order Items"]
---

# Add an Item to an Order

`POST /orders/{order_id}/order_items`

Add an Item to an Order

### Parameters

**product_id** `REQUIRED`

Product ID for the order item

* * *

**qty** `REQUIRED`

Positive numeric value representing the quantity of the product for this order.

* * *

**price** `OPTIONAL`

Optional numeric (float) value for a custom price. If left blank, the price will default to the product's current retail price. If `is_wholesale` is set to `true` the price will default to the products wholesale price, if applicable.

* * *

**is_wholesale** `OPTIONAL`

Optional Boolean value indicating if the system should use the product's wholesale or retail price. Defaults to `false`.

## Path parameters

- `order_id` string, required

## Headers

- `Content-Type` string

## Request body

- object

## Response `200`

Successful response

---

[API](https://skmtc.dev/farmbrite/apis/farmbrite-api-developers-documentation.md) · [All operations](https://skmtc.dev/farmbrite/apis/farmbrite-api-developers-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/farmbrite/farmbrite-api-developers-documentation/revisions/b33a389fa2c0/schema)
