---
title: "update orderitem. 🔐"
method: PUT
path: "/v3/receivers/{pool_id}/orders/{id}"
tags: ["receivers"]
---

# update orderitem. 🔐

`PUT /v3/receivers/{pool_id}/orders/{id}`

updates orderitem<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/> &nbsp;&nbsp;&nbsp;&nbsp;"product": "Batman: The Video Game",<br/> &nbsp;&nbsp;&nbsp;&nbsp;"product_id": "jnr-1989-1990",<br/> &nbsp;&nbsp;&nbsp;&nbsp;"price": 1.99,<br/> &nbsp;&nbsp;&nbsp;&nbsp;"quantity": 2,<br/> &nbsp;&nbsp;&nbsp;&nbsp;"source": "fanshop-gotham",<br/> &nbsp;&nbsp;&nbsp;&nbsp;"currency": "USD"<br/> }<br/> </code> <br/>

## Path parameters

- `pool_id` string, required
- `id` string, required

## Request body

- UpdateorderModel
  - `product` string, required — Product Name
  - `product_id` string — your productID (default:null)
  - `group_id` string — Group ID
  - `stamp` integer — date of order (default:current time)
  - `price` number, double — product price (single) (default:0)
  - `quantity` integer — quantity bought (default:1)
  - `mailing_id` string — mailingID, if bought through mailing (conversion tracking) (default:null)
  - `source` string — shopname or sourcename
  - `currency` string — currency used (default:EUR)

## Response `200`

Success

- Order
  - `filter` string[], required

---

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