Warehouse

Products PATCH update.

patch/rest/api/warehouse/product/

Request body

idinteger

Internal product ID in Apilo

originalCodestring nullable

External product identifier (unambiguous against API/channel)

skustring nullable

Product SKU

quantityinteger

Product stock

priceWithTaxstring

Gross price

taxstring

VAT rate (e.g. 23.00, -1.00 - tax exempt).

status0 | 1 | 8 nullable

Product status (0-inactive, 1-active, 8-archive)

Example request

[
  {
    "id": 1234,
    "originalCode": "p12345",
    "sku": "HG-331/P",
    "quantity": 15,
    "tax": "23.00",
    "status": 1
  }
]

Response

Update products correctly

{"stackTrail":"paths:/rest/api/warehouse/product/:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.