From d0251182de1a74c172f95cf0950f2c382666da0b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 29 Feb 2024 19:42:30 +0000 Subject: [PATCH] Education Endpoint SKU --- src/gam/gamlib/glskus.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gam/gamlib/glskus.py b/src/gam/gamlib/glskus.py index afbf0586..f464e7ef 100644 --- a/src/gam/gamlib/glskus.py +++ b/src/gam/gamlib/glskus.py @@ -35,6 +35,7 @@ _PRODUCTS = { '101040': 'Beyond Corp Enterprise', '101043': 'Google Workspace Additional Storage', '101047': 'Gemini', + '101049': 'Education Endpoint Management', 'Google-Apps': 'Google Workspace', 'Google-Chrome-Device-Management': 'Google Chrome Device Management', 'Google-Drive-storage': 'Google Drive Storage', @@ -91,6 +92,8 @@ _SKUS = { 'product': '101047', 'aliases': ['gwlabs', 'workspacelabs'], 'displayName': 'Google Workspace Labs'}, '1010470003': { 'product': '101047', 'aliases': ['geminibiz'], 'displayName': 'Gemini Business'}, + '1010490001': { + 'product': '101049', 'aliases': ['eeu'], 'displayName': 'Endpoint Education Upgrade'}, 'Google-Apps': { 'product': 'Google-Apps', 'aliases': ['standard', 'free'], 'displayName': 'G Suite Legacy'}, 'Google-Apps-For-Business': {