action mercedes_benz_classes_get { label: "Get all available classes for the given marketId." description: "Get all available `VehicleClasses` objects for the given **marketId**. Optional query params **classId**, **bodyId** or **productGroups** may be used to filter the result and must conform to the pattern [0-9A-Z_-]+." provider: mercedes_benz method: GET path: "/markets/{marketId}/classes" encoding: json output: { type: "object" additionalProperties: true } }