---
title: "Stock Updates Update (Deprecated)"
method: POST
path: "/v1/companies/{company_id}/projects/{project_id}/offers"
tags: ["stock_updates"]
deprecated: true
---

# Stock Updates Update (Deprecated)

`POST /v1/companies/{company_id}/projects/{project_id}/offers`

> **Deprecated.**

Use [/stock_updates](https://api.channable.com/v1/docs#tag/stock_updates/operation/stock_updates_update_companies__company_id__projects__project_id__stock_updates_post) instead

## Path parameters

- `company_id` integer, required
- `project_id` integer, required

## Request body

- ChannableApiStockUpdate[]
  - `id` string, required
  - `title` string, nullable
  - `stock` integer, required — Whole new stock value for the item, not a delta
  - `gtin` string, nullable

## Response `200`

Successful Response

- StockUpdateResponse
  - `status` 'success' | 'error' | 'warning' | 'debug', required
  - `message` string, required
  - `content` ResponseModel[], required
    - `status` 'success' | 'error' | 'warning' | 'debug', required
    - `message` string, required
    - `response` string
    - `id` string, nullable
    - `data` object, nullable — Data relevant to the specific response. This may vary by endpoint

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.net/channable/apis/channable-order-connection-api.md) · [All operations](https://skmtc.net/channable/apis/channable-order-connection-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/channable/channable-order-connection-api/revisions/819df1427359/schema)
