# Partial update an existing Manufactured Item Partial update an existing Manufactured Item Endpoint: PATCH /api/manufacturedItems/{id} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Request fields (application/json-patch+json): - `manufacturedItemName` (string,null) - `packerCompanyId` (string,null) - `countriesOfOrigin` (array,null) - `targetMarketsList` (array,null) - `targetMarketsList.countryCodes` (array,null) - `targetMarketsList.pointsOfSales` (array,null) - `targetMarketsList.startAvailabilityDate` (string,null) - `targetMarketsList.endAvailabilityDate` (string,null) - `manufacturedItemStatusId` (string,null) ## Response 200 fields (application/json): - `manufacturedItemId` (string) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)