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