latestOpenAPI 3.1.02026-08-192592535.9 KB

819df1427359

stock_updates

Stock Updates Update (Deprecated)

Use /stock_updates instead

post/v1/companies/{company_id}/projects/{project_id}/offers

Path parameters

company_idinteger required
project_idinteger required

Request body

idstring required
titlestring nullable
stockinteger required

Whole new stock value for the item, not a delta

gtinstring nullable

Example request

[
  {
    "gtin": "123-456",
    "id": "123",
    "stock": 1,
    "title": "Some offer"
  }
]

Response

Successful Response

status'success' | 'error' | 'warning' | 'debug' required
messagestring required