---
title: "POST /api/itemclick"
method: POST
path: "/api/itemclick"
tags: ["Events"]
---

# POST /api/itemclick

`POST /api/itemclick`

## Query parameters

- `instanceKey` string, required

## Request body

- ItemClickEventModel
  - `RequestId` string — The ID of the request (e.g., a search or navigation) that provided the data or context for this event. Used to correlate this action back to the originating request.
  - `ItemId` string — The article number of the product the visitor clicked on.
  - `SessionKey` unknown
  - `ProfileKey` unknown

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
