# Convert to Price List Converts a Live Price Grid (including items) to a Price List. Returns the pricelistId. --- Required Permission| Roles with the Required Permission | ---------|----------| PRICEGRID_ADD | Manage Price Lists (PB_PRICELISTSEDITOR), Administer Price Lists (PB_PRICELISTS) Endpoint: POST /pricegridmanager.convert2pl/{id} Security: basic, X-PriceFx-jwt ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.csrfToken` (string) - `response.data` (array) - `response.data.pricelistId` (number) The ID of the created Price List. - `response.status` (number)