# Add Products to a Manual Price List (No Recalculation) Adds products to the previously created Manual Price List. Use to skip recalculation of comments and manualResultPrice (Manual Override). Endpoint: POST /manualpricelistmanager.add/{id} 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` (any) - `response.status` (number)