action mercedes_benz_model_configuration_selectables_get { label: "Get the selectable components for the given marketId, modelId and configurationId." description: "Get the selectable `VehicleComponents` and the `ComponentCategories` of the `VehicleConfiguration` for the given **marketId**, **modelId** and **configurationId**. Optional query param **componentType** may be used to filter the result." provider: mercedes_benz method: GET path: "/markets/{marketId}/models/{modelId}/configurations/{configurationId}/selectables" encoding: json output: { type: "object" additionalProperties: true } }