0

Using the Google Reseller API I am making a tool to order new licenses (increase seats) for G Suite users.

Now I have the current prices in my database, which works fine, but it doesn't account for specials, such as the upgrade from G Suite Basic to G Suite Business where the pricing 18 months for the price of 12 in the first contract period.

Is there a way to get the current pricing or specials for a G Suite seat?

Xyzer
  • 111
  • 7
  • Did you ever figure this out? I'm trying to do the same, so we can pipe the payments through our accounting software – Mr Pablo Nov 09 '18 at 13:40
  • @MrPablo No, there doesn't really seem a way for it other than creating the current discounts and calculating them yourself. – Xyzer Nov 10 '18 at 14:07

1 Answers1

0

You may refer with this blog: HOW DO I ADD MORE LICENSES OR SEATS IN G SUITE? which discussed how to add seats to your G Suite for Work service.

Be aware that the number of users you can create is limited to the number of user licenses or "seats" you have purchased. If you have reached your limit and need additional users you may always purchase more in the Account Center.

Also based from this page, if your team grows, you can purchase more licenses and your monthly rate goes up. You may learn more on how to manage user licenses for either plan type in this link.

abielita
  • 13,147
  • 2
  • 17
  • 59
  • Thank you for your answer, however, it's not the ordering that is the problem. I am connecting to the Google Reseller API to order new seats, and this works without problems. But I am looking for an option to request the price per seat (or discounts) for a certain customer during this ordering process. – Xyzer Oct 13 '17 at 08:49