action mercedes_benz_market_get { label: "Get the market with the given marketId." description: "Gets the `Market` for the given **marketId**. There are no query parameters to filter the result." provider: mercedes_benz method: GET path: "/markets/{marketId}" encoding: json output: { type: "object" additionalProperties: true } }