---
title: "Create in Order"
method: POST
path: "/items/iu/"
---

# Create in Order

`POST /items/iu/`

A request to this endpoint will create an Impulse Upsell order item on the specified order. This will be tracked by OrderGroove as an 'Impulse Upsell' order item.

## Request body

- object
  - `order` string, required — Order ID
  - `offer` string, required — Offer ID
  - `product` string, required — Product ID
  - `quantity` integer, required — Number of items
  - `contexts` object — Items contexts as key:value
  - `components` object[] — Bundle components
    - `product` string

## Response `200`

200

- object
  - `order` string
  - `offer` unknown
  - `subscription` string
  - `product` string
  - `components` object[]
    - `product` string
  - `subscription_component` string
  - `quantity` integer
  - `public_id` string
  - `product_attribute` unknown
  - `price` string
  - `extra_cost` string
  - `total_price` string
  - `one_time` boolean
  - `order_updated` string
  - `frozen` boolean
  - `first_placed` unknown

## Other responses

- `400` — 400
- `403` — 403

---

[API](https://skmtc.net/ordergroove/apis/ordergroove-restrpc.md) · [All operations](https://skmtc.net/ordergroove/apis/ordergroove-restrpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ordergroove/ordergroove-restrpc/revisions/ba97e740d08c/schema)
