Questions tagged [google-reseller-api]
59 questions
4
votes
0 answers
Does G Suite has sandbox or test account for testing of reseller API
I would like to use G Suite Reseller API to sell G Suite, now I am doing technical evaluation. Does Google provide sandbox or test account to partner for code development and test? How can I apply a sandbox or reseller test account?
Thanks.

Justin
- 41
- 3
4
votes
1 answer
Using Advanced Google Services with Service Account
I am developing an application using Google Apps Script and using some Advanced Services such as Admin SDK (Directory API) and Reseller API.
It seems like these API's are being called by my WebApp under context of user who is accessing my WebApp…

DoiT International
- 2,405
- 1
- 20
- 24
2
votes
0 answers
Difference between "Delete Customer" and "End Reseller Relationship" in G-Suite?
What is the difference between the "Delete Customer" option in the new Channel Service console vs the "End Reseller Relationship" option in the old Reseller Admin Console? The option to "delete customer" is not in the old console and the option to…

Red
- 55
- 7
2
votes
2 answers
Accessing Google Reseller API using Service Accounts
We are having issues accessing the reseller api using service accounts.
The example with client secrets work well, but we would need to deploy this in k8s (Kubernetes Engine) without the need to refresh the oauth session on a recurring basis…

kwiesmueller
- 190
- 1
- 11
2
votes
1 answer
Google Reseller APIs: how to get customer Billing data
can anyone please explain how to extract billing information from a Reseller's Perspective? i mean i want to get -if possible- a general billing file and also a more detailed report-let's say for each customer. Is that possible?
Thanks, Alex

Alfredo Babb
- 21
- 1
2
votes
0 answers
Google Reseller Customer Admin User Creation Admin SDK How
Google Provisioning API is being replaced by Admin SDK. How can I create a Admin User for my Reseller Customer through Directory API programmatically after creating the customer and subscription through the Google Reseller API. Here is my work flow…

GQ Dev Interactive
- 21
- 2
2
votes
2 answers
Google Reseller Permission
If I want to build a reseller portal under my reseller account... How can I do?
I've try to use the service account to build jwt for Oauth, and I can retrieve a auth token for access api(s).
When I pulling a request like:
{ uri:…

user697948
- 41
- 3
2
votes
0 answers
Reseller API from Google Apps Script
I'm trying to use the Reseller API for reporting on subscriptions via a Google Spreadsheet.
Please can someone get me started on the right track for authentication?
I've hacked my script to work using a "manually" generated "Authorization":"Bearer…

Ian Weatherhogg
- 126
- 1
- 6
1
vote
1 answer
Problems authenticating Service Account for google reseller api using the nodejs library
I am trying to access the google reseller api using the nodejs library, which has very shi..., I mean spotty documentation. I tried following the example here, but I fail at step 3 with this error:
code: 403,
errors: [
{
domain:…

Gh05d
- 7,923
- 7
- 33
- 64
1
vote
0 answers
How to retreive invoice details from Google Api
We are selling Google Apps to clients (Reseller). At the beginning of each month, we are receiving an invoice from Google Cloud GSuite by email.
Inside there is a detailed list of rendered services:
Example:
domain1.com EUR 28,00
domain2.com …

Patrick Blank
- 11
- 1
1
vote
0 answers
How to pass the domain name into the reseller club api url (searching records)
How to pass the domain name into the reseller club api url (searching records). I need to pass the dynamic domain name value to the…

sharmila
- 175
- 2
- 19
1
vote
2 answers
I am trying to insert new customer using google reseller api of node.I am getting 400 error
//parmeter
var params = {
"auth":auth,
"kind": "reseller#customer",
"customerId": "customerId",
"customerDomain": "customer domain",
"postalAddress": {
"kind": "customers#address",
"contactName": "John Doe",
"organizationName": "Example…

sandeep rajbhandari
- 1,268
- 1
- 12
- 12
1
vote
0 answers
Can I use service account under reseller domain to create/manage users under resold domains?
As a Reseller, is it possible for me to leverage Service Account to call Reseller API and Directory API to create new domains and manage user accounts under them without requiring user interaction/login/consent?
The End-to-End tutorial for Reseller…

MGS
- 11
- 4
1
vote
1 answer
Google Apps Admin Settings API Reseller Service Account Example
I am working on building a Reseller platform where Customers can buy Google app for Business and avail Gmail Services, I need to verify if user has setup MX records so that I can setup MX record verification automatically. So my questions are:
My…

sbhatia
- 11
- 2
1
vote
0 answers
Subscriptions : numberOfSeats : needed for Vault and Drive storage
The API tells us the number of seats for skuId "Google-Apps-For-Business" but for skuIds "Google-Vault" and "Google-Drive-storage-??TB" it's blank.
We need this data to match all licenses with our billing system.

Ian Weatherhogg
- 126
- 1
- 6