action mercedes_benz_bodies_get { label: "Get all available bodies for the given marketId." description: "Get all available `VehicleBodies` for the given **marketId**. Optional query params **classId** **bodyId** or **productGroups** may be used to filter the result and must conform to the pattern [0-9A-Z_-]+." provider: mercedes_benz method: GET path: "/markets/{marketId}/bodies" encoding: json output: { type: "object" additionalProperties: true } }