---
title: "Assign inventory items to a specified service product"
method: PATCH
path: "/v1/InventoryItem/AssignProduct"
tags: ["InventoryItem"]
---

# Assign inventory items to a specified service product

`PATCH /v1/InventoryItem/AssignProduct`

Assigns multiple inventory items to a product

## Request body

- RevAppModelsInventoryItemProductAssignModel
  - `identifiers` string[], required — Identifiers for one or more inventory items that should be assigned.
  - `service_id` integer, required — Foreign identifier indicating which service to assign inventory to.
  - `customer_product_id` integer — Foreign identifier indicating which service product to assign inventory to.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
