# Create a new Manufactured item Create a new Manufactured item Endpoint: POST /api/tradeItem/{id}/manufacturedItem Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Request fields (application/json-patch+json): - `manufacturedItemName` (string,null) - `supplierCompanyId` (string, required) - `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) - `manufacturedItemId` (string,null) - `createdBy` (string,null) UserId of the Creator. This attribute can be used only for Internal Service requests ## Response 200 fields (application/json): - `manufacturedItemId` (string) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)