Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline Orders in ResellerAPI do not return Commitment Interval #327

Open
GoogleCodeExporter opened this issue May 13, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

[Use this form for both apiclient and oauth2client issues]

What steps will reproduce the problem?
1. Run the following code that queries the Google Reseller API
       service.subscriptions().list(
        maxResults=100, fields="nextPageToken,subscriptions(creationTime,customerId,plan(commitmentInterval,planName),renewalSettings,seats,skuId)").execute()
2. Loop through to find a customer that has an Offline Order
3. The commitment interval will be present for all other types of orders but 
not Offline orders.

What is the expected output? What do you see instead?

This query should yield the same result as the API playground which contains 
the commitment interval. 

What version of the product are you using? On what operating system?

Mac, python 2.7, Google App Engine.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Feb 2014 at 10:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant