Warehouse

Product location PATCH update.

patch/rest/api/warehouse/product/{id}/location/

Path parameters

idstring required

Request body

locationIdinteger nullable
locationCodestring nullable

Example request

{
  "locationId": 38,
  "locationCode": "A.001.AB.015"
}

Response

Update product location correctly

{"stackTrail":"paths:/rest/api/warehouse/product/{id}/location/: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.