action mercedes_benz_product_groups_get { label: "Get all configured active product groups for the given marketId." description: "Get all configured active product groups for the given **marketId**." provider: mercedes_benz method: GET path: "/markets/{marketId}/productgroups" encoding: json output: { type: "object" additionalProperties: true } }