# Update store price lists Endpoint: PUT /api/store/{id}/pricelist Version: v1 ## Path parameters: - `id` (integer, required) Store id ## Request fields (application/json): - `Id` (integer) - `DivisionId` (integer) - `Name` (string) - `Code` (string) - `Start` (string) - `End` (string) - `Changed` (string) - `ChangedBy` (string)