---
title: "Create an Order Item"
method: POST
path: "/api/record/crmorderitem"
---

# Create an Order Item

`POST /api/record/crmorderitem`

## Request body

- object
  - `crmorderid` string, required — Use an Order's globally unique identifier (GUID) to set which order this item will appear in and be related to.
  - `productname` string, required — Set the name of a related or custom product.
  - `catalognumber` string — Set the catalog number of the product.
  - `description` string — Free text description of the order item or product.
  - `itemorder` integer — Set the order the items will be listed in, will appear in ascending order starting with the lowest at the top.
  - `itemprice` number, float — Set the price of the product.
  - `itemquantity` number, float — Set the quantity of the product.
  - `ownerid` string — A system user's GUID, will fill in automatically with the user who created the item and be used for permissions. Can be set manually.
  - `productid` string — Use a product's globally unique identifier (GUID) to relate it to this order item.
  - `tax` integer — Use 2 to include VAT in the set itemprice, or use 1 to have it added on to the total price. (Picklist)

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/fireberry/apis/fireberry-api.md) · [All operations](https://skmtc.net/fireberry/apis/fireberry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fireberry/fireberry-api/versions/ad6720f3920f/schema)
