action mercedes_benz_body_get { label: "Get the body for the given marketId and bodyId." description: "Get the `VehicleBody` for the given **marketId** and **bodyId**." provider: mercedes_benz method: GET path: "/markets/{marketId}/bodies/{bodyId}" encoding: json output: { type: "object" additionalProperties: true } }