# Add Products to a Manual Pricelist Adds products to the previously created Manual Price List and recalculates the Manual Price List. >To add items without a recalculation, use the /manualpricelistmanager.add/{id} endpoint. Endpoint: POST /manualpricelistmanager.add/{id}/recalculate Security: basic, X-PriceFx-jwt ## Path parameters: - `id` (string, required) The ID of the Manual Price List where you want to add products to. Example: "22" ## Request fields (application/json): - `data` (object, required) - `data.skus` (array, required) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object,null) - `response.status` (integer) - `response.startRow` (integer) - `response.endRow` (integer)