action mercedes_benz_model_configuration_alternatives_get { label: "Get the alternatives for the given marketId, modelId, configurationId and componentList." description: "Get the `VehicleAlternatives` for the given **marketId**, **modelId** and **configurationId** and the given **componentList** of changes." provider: mercedes_benz method: GET path: "/markets/{marketId}/models/{modelId}/configurations/{configurationId}/alternatives/{componentList}" encoding: json output: { type: "object" additionalProperties: true } }