action mercedes_benz_models_get { label: "Get all available models for the given marketId." description: "Get the available `VehicleModels` for the given **marketId**. Optional query params **classId**, **bodyId**, **baumuster4prefix**, **baumuster**, **nationalSalesType** or **productGroups** maybe used to filter the result. The baumuster4prefix must conform to the pattern [0-9]{4}." provider: mercedes_benz method: GET path: "/markets/{marketId}/models" encoding: json output: { type: "object" additionalProperties: true } }