# Get Commodity Groups Endpoint: GET /POSSystem/GetCommodityGroups Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `_id` (string) Unique identifier for the commodity group Example: "6c0df0b4-4a8a-4278-8b47-5e68f32b6658" - `_sc` (string) The stationcode Example: "6c0df0b4-4a8a-4278-8b47-5e68f32b6658" - `createdOnUTC` (string) Example: "1889-03-10T23:50:00Z" - `createdByUserName` (string) The user who created it - `modifiedOnUTC` (string) Example: "1889-03-10T23:50:00Z" - `modifiedByUserName` (string) The user who modified it - `parentCommodityGroupId` (string) - `name` (string) The name of the commodity group - `description` (string) The description of the commodity group - `isActive` (boolean) Determents if it is active or not - `taxId` (string) - `sort` (number)