Hello community,

here is the log from the commit of package ghc-gogol-shopping-content for 
openSUSE:Factory checked in at 2017-08-31 20:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-gogol-shopping-content (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-gogol-shopping-content.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-gogol-shopping-content"

Thu Aug 31 20:54:51 2017 rev:2 rq:513342 version:0.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-gogol-shopping-content/ghc-gogol-shopping-content.changes
    2017-05-10 20:43:49.451515076 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-gogol-shopping-content.new/ghc-gogol-shopping-content.changes
       2017-08-31 20:54:52.700779674 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:08:04 UTC 2017 - [email protected]
+
+- Update to version 0.3.0.
+
+-------------------------------------------------------------------

Old:
----
  gogol-shopping-content-0.1.1.tar.gz

New:
----
  gogol-shopping-content-0.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-gogol-shopping-content.spec ++++++
--- /var/tmp/diff_new_pack.aeKfum/_old  2017-08-31 20:54:53.584655486 +0200
+++ /var/tmp/diff_new_pack.aeKfum/_new  2017-08-31 20:54:53.592654363 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name gogol-shopping-content
 Name:           ghc-%{pkg_name}
-Version:        0.1.1
+Version:        0.3.0
 Release:        0
 Summary:        Google Content API for Shopping SDK
 License:        MPL-2.0

++++++ gogol-shopping-content-0.1.1.tar.gz -> 
gogol-shopping-content-0.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gogol-shopping-content-0.1.1/README.md 
new/gogol-shopping-content-0.3.0/README.md
--- old/gogol-shopping-content-0.1.1/README.md  2016-11-03 14:26:28.000000000 
+0100
+++ new/gogol-shopping-content-0.3.0/README.md  2017-07-12 16:51:30.000000000 
+0200
@@ -8,7 +8,7 @@
 
 ## Version
 
-`0.1.1`
+`0.3.0`
 
 
 ## Description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Delete.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Delete.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Delete.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Delete.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Deletes a Merchant Center sub-account.
+-- Deletes a Merchant Center sub-account. This method can only be called
+-- for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounts.delete@.
 module Network.Google.Resource.Content.Accounts.Delete
@@ -52,7 +53,8 @@
                QueryParam "dryRun" Bool :>
                  QueryParam "alt" AltJSON :> Delete '[JSON] ()
 
--- | Deletes a Merchant Center sub-account.
+-- | Deletes a Merchant Center sub-account. This method can only be called
+-- for multi-client accounts.
 --
 -- /See:/ 'accountsDelete' smart constructor.
 data AccountsDelete = AccountsDelete'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Get.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Get.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves a Merchant Center account.
+-- Retrieves a Merchant Center account. This method can only be called for
+-- accounts to which the managing account has access: either the managing
+-- account itself or sub-accounts if the managing account is a multi-client
+-- account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounts.get@.
 module Network.Google.Resource.Content.Accounts.Get
@@ -50,7 +53,10 @@
              Capture "accountId" (Textual Word64) :>
                QueryParam "alt" AltJSON :> Get '[JSON] Account
 
--- | Retrieves a Merchant Center account.
+-- | Retrieves a Merchant Center account. This method can only be called for
+-- accounts to which the managing account has access: either the managing
+-- account itself or sub-accounts if the managing account is a multi-client
+-- account.
 --
 -- /See:/ 'accountsGet' smart constructor.
 data AccountsGet = AccountsGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Insert.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Insert.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Insert.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Insert.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Creates a Merchant Center sub-account.
+-- Creates a Merchant Center sub-account. This method can only be called
+-- for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounts.insert@.
 module Network.Google.Resource.Content.Accounts.Insert
@@ -52,7 +53,8 @@
                QueryParam "alt" AltJSON :>
                  ReqBody '[JSON] Account :> Post '[JSON] Account
 
--- | Creates a Merchant Center sub-account.
+-- | Creates a Merchant Center sub-account. This method can only be called
+-- for multi-client accounts.
 --
 -- /See:/ 'accountsInsert' smart constructor.
 data AccountsInsert = AccountsInsert'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/List.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/List.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Lists the sub-accounts in your Merchant Center account.
+-- Lists the sub-accounts in your Merchant Center account. This method can
+-- only be called for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounts.list@.
 module Network.Google.Resource.Content.Accounts.List
@@ -53,7 +54,8 @@
                  QueryParam "alt" AltJSON :>
                    Get '[JSON] AccountsListResponse
 
--- | Lists the sub-accounts in your Merchant Center account.
+-- | Lists the sub-accounts in your Merchant Center account. This method can
+-- only be called for multi-client accounts.
 --
 -- /See:/ 'accountsList' smart constructor.
 data AccountsList = AccountsList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Patch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Patch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Patch.hs
      2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Patch.hs
      2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates a Merchant Center account. This method supports patch semantics.
+-- Updates a Merchant Center account. This method can only be called for
+-- accounts to which the managing account has access: either the managing
+-- account itself or sub-accounts if the managing account is a multi-client
+-- account. This method supports patch semantics.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounts.patch@.
 module Network.Google.Resource.Content.Accounts.Patch
@@ -54,7 +57,10 @@
                  QueryParam "alt" AltJSON :>
                    ReqBody '[JSON] Account :> Patch '[JSON] Account
 
--- | Updates a Merchant Center account. This method supports patch semantics.
+-- | Updates a Merchant Center account. This method can only be called for
+-- accounts to which the managing account has access: either the managing
+-- account itself or sub-accounts if the managing account is a multi-client
+-- account. This method supports patch semantics.
 --
 -- /See:/ 'accountsPatch' smart constructor.
 data AccountsPatch = AccountsPatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Update.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Update.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounts/Update.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounts/Update.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates a Merchant Center account.
+-- Updates a Merchant Center account. This method can only be called for
+-- accounts to which the managing account has access: either the managing
+-- account itself or sub-accounts if the managing account is a multi-client
+-- account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounts.update@.
 module Network.Google.Resource.Content.Accounts.Update
@@ -54,7 +57,10 @@
                  QueryParam "alt" AltJSON :>
                    ReqBody '[JSON] Account :> Put '[JSON] Account
 
--- | Updates a Merchant Center account.
+-- | Updates a Merchant Center account. This method can only be called for
+-- accounts to which the managing account has access: either the managing
+-- account itself or sub-accounts if the managing account is a multi-client
+-- account.
 --
 -- /See:/ 'accountsUpdate' smart constructor.
 data AccountsUpdate = AccountsUpdate'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/Get.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/Get.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves the shipping settings of the account.
+-- Retrieves the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accountshipping.get@.
 module Network.Google.Resource.Content.Accountshipping.Get
@@ -51,7 +54,10 @@
                QueryParam "alt" AltJSON :>
                  Get '[JSON] AccountShipping
 
--- | Retrieves the shipping settings of the account.
+-- | Retrieves the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'accountshippingGet' smart constructor.
 data AccountshippingGet = AccountshippingGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/List.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/List.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -21,7 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Lists the shipping settings of the sub-accounts in your Merchant Center
--- account.
+-- account. This method can only be called for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accountshipping.list@.
 module Network.Google.Resource.Content.Accountshipping.List
@@ -55,7 +55,7 @@
                    Get '[JSON] AccountshippingListResponse
 
 -- | Lists the shipping settings of the sub-accounts in your Merchant Center
--- account.
+-- account. This method can only be called for multi-client accounts.
 --
 -- /See:/ 'accountshippingList' smart constructor.
 data AccountshippingList = AccountshippingList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/Patch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/Patch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/Patch.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/Patch.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,8 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the shipping settings of the account. This method supports patch
--- semantics.
+-- Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account. This method supports patch semantics.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accountshipping.patch@.
 module Network.Google.Resource.Content.Accountshipping.Patch
@@ -56,8 +58,10 @@
                    ReqBody '[JSON] AccountShipping :>
                      Patch '[JSON] AccountShipping
 
--- | Updates the shipping settings of the account. This method supports patch
--- semantics.
+-- | Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account. This method supports patch semantics.
 --
 -- /See:/ 'accountshippingPatch' smart constructor.
 data AccountshippingPatch = AccountshippingPatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/Update.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/Update.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountshipping/Update.hs
      2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountshipping/Update.hs
      2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the shipping settings of the account.
+-- Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accountshipping.update@.
 module Network.Google.Resource.Content.Accountshipping.Update
@@ -55,7 +58,10 @@
                    ReqBody '[JSON] AccountShipping :>
                      Put '[JSON] AccountShipping
 
--- | Updates the shipping settings of the account.
+-- | Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'accountshippingUpdate' smart constructor.
 data AccountshippingUpdate = AccountshippingUpdate'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountstatuses/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountstatuses/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountstatuses/Get.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountstatuses/Get.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves the status of a Merchant Center account.
+-- Retrieves the status of a Merchant Center account. This method can only
+-- be called for accounts to which the managing account has access: either
+-- the managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accountstatuses.get@.
 module Network.Google.Resource.Content.Accountstatuses.Get
@@ -50,7 +53,10 @@
              Capture "accountId" (Textual Word64) :>
                QueryParam "alt" AltJSON :> Get '[JSON] AccountStatus
 
--- | Retrieves the status of a Merchant Center account.
+-- | Retrieves the status of a Merchant Center account. This method can only
+-- be called for accounts to which the managing account has access: either
+-- the managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'accountstatusesGet' smart constructor.
 data AccountstatusesGet = AccountstatusesGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountstatuses/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountstatuses/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accountstatuses/List.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accountstatuses/List.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -21,6 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Lists the statuses of the sub-accounts in your Merchant Center account.
+-- This method can only be called for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accountstatuses.list@.
 module Network.Google.Resource.Content.Accountstatuses.List
@@ -54,6 +55,7 @@
                    Get '[JSON] AccountstatusesListResponse
 
 -- | Lists the statuses of the sub-accounts in your Merchant Center account.
+-- This method can only be called for multi-client accounts.
 --
 -- /See:/ 'accountstatusesList' smart constructor.
 data AccountstatusesList = AccountstatusesList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/Get.hs
      2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/Get.hs
      2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves the tax settings of the account.
+-- Retrieves the tax settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounttax.get@.
 module Network.Google.Resource.Content.Accounttax.Get
@@ -50,7 +53,10 @@
              Capture "accountId" (Textual Word64) :>
                QueryParam "alt" AltJSON :> Get '[JSON] AccountTax
 
--- | Retrieves the tax settings of the account.
+-- | Retrieves the tax settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'accounttaxGet' smart constructor.
 data AccounttaxGet = AccounttaxGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/List.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/List.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -21,7 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Lists the tax settings of the sub-accounts in your Merchant Center
--- account.
+-- account. This method can only be called for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounttax.list@.
 module Network.Google.Resource.Content.Accounttax.List
@@ -55,7 +55,7 @@
                    Get '[JSON] AccounttaxListResponse
 
 -- | Lists the tax settings of the sub-accounts in your Merchant Center
--- account.
+-- account. This method can only be called for multi-client accounts.
 --
 -- /See:/ 'accounttaxList' smart constructor.
 data AccounttaxList = AccounttaxList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/Patch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/Patch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/Patch.hs
    2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/Patch.hs
    2017-07-12 16:51:30.000000000 +0200
@@ -20,8 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the tax settings of the account. This method supports patch
--- semantics.
+-- Updates the tax settings of the account. This method can only be called
+-- for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account. This method supports patch semantics.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounttax.patch@.
 module Network.Google.Resource.Content.Accounttax.Patch
@@ -56,8 +58,10 @@
                    ReqBody '[JSON] AccountTax :>
                      Patch '[JSON] AccountTax
 
--- | Updates the tax settings of the account. This method supports patch
--- semantics.
+-- | Updates the tax settings of the account. This method can only be called
+-- for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account. This method supports patch semantics.
 --
 -- /See:/ 'accounttaxPatch' smart constructor.
 data AccounttaxPatch = AccounttaxPatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/Update.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/Update.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Accounttax/Update.hs
   2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Accounttax/Update.hs
   2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the tax settings of the account.
+-- Updates the tax settings of the account. This method can only be called
+-- for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.accounttax.update@.
 module Network.Google.Resource.Content.Accounttax.Update
@@ -54,7 +57,10 @@
                  QueryParam "alt" AltJSON :>
                    ReqBody '[JSON] AccountTax :> Put '[JSON] AccountTax
 
--- | Updates the tax settings of the account.
+-- | Updates the tax settings of the account. This method can only be called
+-- for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'accounttaxUpdate' smart constructor.
 data AccounttaxUpdate = AccounttaxUpdate'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Delete.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Delete.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Delete.hs
    2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Delete.hs
    2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Deletes a datafeed from your Merchant Center account.
+-- Deletes a datafeed from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeeds.delete@.
 module Network.Google.Resource.Content.Datafeeds.Delete
@@ -52,7 +53,8 @@
                QueryParam "dryRun" Bool :>
                  QueryParam "alt" AltJSON :> Delete '[JSON] ()
 
--- | Deletes a datafeed from your Merchant Center account.
+-- | Deletes a datafeed from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedsDelete' smart constructor.
 data DatafeedsDelete = DatafeedsDelete'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Get.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Get.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves a datafeed from your Merchant Center account.
+-- Retrieves a datafeed from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeeds.get@.
 module Network.Google.Resource.Content.Datafeeds.Get
@@ -50,7 +51,8 @@
              Capture "datafeedId" (Textual Word64) :>
                QueryParam "alt" AltJSON :> Get '[JSON] Datafeed
 
--- | Retrieves a datafeed from your Merchant Center account.
+-- | Retrieves a datafeed from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedsGet' smart constructor.
 data DatafeedsGet = DatafeedsGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Insert.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Insert.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Insert.hs
    2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Insert.hs
    2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Registers a datafeed with your Merchant Center account.
+-- Registers a datafeed with your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeeds.insert@.
 module Network.Google.Resource.Content.Datafeeds.Insert
@@ -52,7 +53,8 @@
                QueryParam "alt" AltJSON :>
                  ReqBody '[JSON] Datafeed :> Post '[JSON] Datafeed
 
--- | Registers a datafeed with your Merchant Center account.
+-- | Registers a datafeed with your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedsInsert' smart constructor.
 data DatafeedsInsert = DatafeedsInsert'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/List.hs
      2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/List.hs
      2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Lists the datafeeds in your Merchant Center account.
+-- Lists the datafeeds in your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeeds.list@.
 module Network.Google.Resource.Content.Datafeeds.List
@@ -53,7 +54,8 @@
                  QueryParam "alt" AltJSON :>
                    Get '[JSON] DatafeedsListResponse
 
--- | Lists the datafeeds in your Merchant Center account.
+-- | Lists the datafeeds in your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedsList' smart constructor.
 data DatafeedsList = DatafeedsList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Patch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Patch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Patch.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Patch.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,8 +20,9 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates a datafeed of your Merchant Center account. This method supports
--- patch semantics.
+-- Updates a datafeed of your Merchant Center account. This method can only
+-- be called for non-multi-client accounts. This method supports patch
+-- semantics.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeeds.patch@.
 module Network.Google.Resource.Content.Datafeeds.Patch
@@ -55,8 +56,9 @@
                  QueryParam "alt" AltJSON :>
                    ReqBody '[JSON] Datafeed :> Patch '[JSON] Datafeed
 
--- | Updates a datafeed of your Merchant Center account. This method supports
--- patch semantics.
+-- | Updates a datafeed of your Merchant Center account. This method can only
+-- be called for non-multi-client accounts. This method supports patch
+-- semantics.
 --
 -- /See:/ 'datafeedsPatch' smart constructor.
 data DatafeedsPatch = DatafeedsPatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Update.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Update.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeeds/Update.hs
    2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeeds/Update.hs
    2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates a datafeed of your Merchant Center account.
+-- Updates a datafeed of your Merchant Center account. This method can only
+-- be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeeds.update@.
 module Network.Google.Resource.Content.Datafeeds.Update
@@ -54,7 +55,8 @@
                  QueryParam "alt" AltJSON :>
                    ReqBody '[JSON] Datafeed :> Put '[JSON] Datafeed
 
--- | Updates a datafeed of your Merchant Center account.
+-- | Updates a datafeed of your Merchant Center account. This method can only
+-- be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedsUpdate' smart constructor.
 data DatafeedsUpdate = DatafeedsUpdate'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeedstatuses/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeedstatuses/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeedstatuses/Get.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeedstatuses/Get.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -21,6 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Retrieves the status of a datafeed from your Merchant Center account.
+-- This method can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeedstatuses.get@.
 module Network.Google.Resource.Content.Datafeedstatuses.Get
@@ -52,6 +53,7 @@
                  Get '[JSON] DatafeedStatus
 
 -- | Retrieves the status of a datafeed from your Merchant Center account.
+-- This method can only be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedstatusesGet' smart constructor.
 data DatafeedstatusesGet = DatafeedstatusesGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeedstatuses/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeedstatuses/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Datafeedstatuses/List.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Datafeedstatuses/List.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -21,6 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Lists the statuses of the datafeeds in your Merchant Center account.
+-- This method can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.datafeedstatuses.list@.
 module Network.Google.Resource.Content.Datafeedstatuses.List
@@ -54,6 +55,7 @@
                    Get '[JSON] DatafeedstatusesListResponse
 
 -- | Lists the statuses of the datafeeds in your Merchant Center account.
+-- This method can only be called for non-multi-client accounts.
 --
 -- /See:/ 'datafeedstatusesList' smart constructor.
 data DatafeedstatusesList = DatafeedstatusesList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Inventory/Custombatch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Inventory/Custombatch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Inventory/Custombatch.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Inventory/Custombatch.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -22,7 +22,8 @@
 --
 -- Updates price and availability for multiple products or stores in a
 -- single request. This operation does not update the expiration date of
--- the products.
+-- the products. This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.inventory.custombatch@.
 module Network.Google.Resource.Content.Inventory.Custombatch
@@ -56,7 +57,8 @@
 
 -- | Updates price and availability for multiple products or stores in a
 -- single request. This operation does not update the expiration date of
--- the products.
+-- the products. This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ 'inventoryCustombatch' smart constructor.
 data InventoryCustombatch = InventoryCustombatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Inventory/Set.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Inventory/Set.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Inventory/Set.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Inventory/Set.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -22,7 +22,7 @@
 --
 -- Updates price and availability of a product in your Merchant Center
 -- account. This operation does not update the expiration date of the
--- product.
+-- product. This method can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.inventory.set@.
 module Network.Google.Resource.Content.Inventory.Set
@@ -62,7 +62,7 @@
 
 -- | Updates price and availability of a product in your Merchant Center
 -- account. This operation does not update the expiration date of the
--- product.
+-- product. This method can only be called for non-multi-client accounts.
 --
 -- /See:/ 'inventorySet' smart constructor.
 data InventorySet = InventorySet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Acknowledge.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Acknowledge.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Acknowledge.hs
  2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Acknowledge.hs
  2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Marks an order as acknowledged.
+-- Marks an order as acknowledged. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.acknowledge@.
 module Network.Google.Resource.Content.Orders.Acknowledge
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersAcknowledgeRequest :>
                      Post '[JSON] OrdersAcknowledgeResponse
 
--- | Marks an order as acknowledged.
+-- | Marks an order as acknowledged. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ 'ordersAcknowledge' smart constructor.
 data OrdersAcknowledge = OrdersAcknowledge'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/AdvancetestOrder.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/AdvancetestOrder.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/AdvancetestOrder.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/AdvancetestOrder.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -21,7 +21,8 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Sandbox only. Moves a test order from state \"inProgress\" to state
--- \"pendingShipment\".
+-- \"pendingShipment\". This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.advancetestorder@.
 module Network.Google.Resource.Content.Orders.AdvancetestOrder
@@ -54,7 +55,8 @@
                    Post '[JSON] OrdersAdvanceTestOrderResponse
 
 -- | Sandbox only. Moves a test order from state \"inProgress\" to state
--- \"pendingShipment\".
+-- \"pendingShipment\". This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ 'ordersAdvancetestOrder' smart constructor.
 data OrdersAdvancetestOrder = OrdersAdvancetestOrder'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Cancel.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Cancel.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Cancel.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Cancel.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Cancels all line items in an order.
+-- Cancels all line items in an order. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.cancel@.
 module Network.Google.Resource.Content.Orders.Cancel
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersCancelRequest :>
                      Post '[JSON] OrdersCancelResponse
 
--- | Cancels all line items in an order.
+-- | Cancels all line items in an order. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ 'ordersCancel' smart constructor.
 data OrdersCancel = OrdersCancel'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Cancellineitem.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Cancellineitem.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Cancellineitem.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Cancellineitem.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Cancels a line item.
+-- Cancels a line item. This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.cancellineitem@.
 module Network.Google.Resource.Content.Orders.Cancellineitem
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersCancelLineItemRequest :>
                      Post '[JSON] OrdersCancelLineItemResponse
 
--- | Cancels a line item.
+-- | Cancels a line item. This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ 'ordersCancellineitem' smart constructor.
 data OrdersCancellineitem = OrdersCancellineitem'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/CreatetestOrder.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/CreatetestOrder.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/CreatetestOrder.hs
      2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/CreatetestOrder.hs
      2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Sandbox only. Creates a test order.
+-- Sandbox only. Creates a test order. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.createtestorder@.
 module Network.Google.Resource.Content.Orders.CreatetestOrder
@@ -51,7 +52,8 @@
                ReqBody '[JSON] OrdersCreateTestOrderRequest :>
                  Post '[JSON] OrdersCreateTestOrderResponse
 
--- | Sandbox only. Creates a test order.
+-- | Sandbox only. Creates a test order. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ 'ordersCreatetestOrder' smart constructor.
 data OrdersCreatetestOrder = OrdersCreatetestOrder'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Custombatch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Custombatch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Custombatch.hs
  2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Custombatch.hs
  2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves or modifies multiple orders in a single request.
+-- Retrieves or modifies multiple orders in a single request. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.custombatch@.
 module Network.Google.Resource.Content.Orders.Custombatch
@@ -50,7 +51,8 @@
                ReqBody '[JSON] OrdersCustomBatchRequest :>
                  Post '[JSON] OrdersCustomBatchResponse
 
--- | Retrieves or modifies multiple orders in a single request.
+-- | Retrieves or modifies multiple orders in a single request. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ 'ordersCustombatch' smart constructor.
 newtype OrdersCustombatch = OrdersCustombatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Get.hs
  2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Get.hs
  2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves an order from your Merchant Center account.
+-- Retrieves an order from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.get@.
 module Network.Google.Resource.Content.Orders.Get
@@ -50,7 +51,8 @@
              Capture "orderId" Text :>
                QueryParam "alt" AltJSON :> Get '[JSON] Order
 
--- | Retrieves an order from your Merchant Center account.
+-- | Retrieves an order from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'ordersGet' smart constructor.
 data OrdersGet = OrdersGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/GetbymerchantOrderid.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/GetbymerchantOrderid.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/GetbymerchantOrderid.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/GetbymerchantOrderid.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves an order using merchant order id.
+-- Retrieves an order using merchant order id. This method can only be
+-- called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.getbymerchantorderid@.
 module Network.Google.Resource.Content.Orders.GetbymerchantOrderid
@@ -51,7 +52,8 @@
                QueryParam "alt" AltJSON :>
                  Get '[JSON] OrdersGetByMerchantOrderIdResponse
 
--- | Retrieves an order using merchant order id.
+-- | Retrieves an order using merchant order id. This method can only be
+-- called for non-multi-client accounts.
 --
 -- /See:/ 'ordersGetbymerchantOrderid' smart constructor.
 data OrdersGetbymerchantOrderid = OrdersGetbymerchantOrderid'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/GettestOrdertemplate.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/GettestOrdertemplate.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/GettestOrdertemplate.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/GettestOrdertemplate.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -21,7 +21,8 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Sandbox only. Retrieves an order template that can be used to quickly
--- create a new order in sandbox.
+-- create a new order in sandbox. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.gettestordertemplate@.
 module Network.Google.Resource.Content.Orders.GettestOrdertemplate
@@ -55,7 +56,8 @@
                  Get '[JSON] OrdersGetTestOrderTemplateResponse
 
 -- | Sandbox only. Retrieves an order template that can be used to quickly
--- create a new order in sandbox.
+-- create a new order in sandbox. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ 'ordersGettestOrdertemplate' smart constructor.
 data OrdersGettestOrdertemplate = OrdersGettestOrdertemplate'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/List.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/List.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Lists the orders in your Merchant Center account.
+-- Lists the orders in your Merchant Center account. This method can only
+-- be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.list@.
 module Network.Google.Resource.Content.Orders.List
@@ -63,7 +64,8 @@
                            QueryParam "alt" AltJSON :>
                              Get '[JSON] OrdersListResponse
 
--- | Lists the orders in your Merchant Center account.
+-- | Lists the orders in your Merchant Center account. This method can only
+-- be called for non-multi-client accounts.
 --
 -- /See:/ 'ordersList' smart constructor.
 data OrdersList = OrdersList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Refund.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Refund.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Refund.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Refund.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Refund a portion of the order, up to the full amount paid.
+-- Refund a portion of the order, up to the full amount paid. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.refund@.
 module Network.Google.Resource.Content.Orders.Refund
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersRefundRequest :>
                      Post '[JSON] OrdersRefundResponse
 
--- | Refund a portion of the order, up to the full amount paid.
+-- | Refund a portion of the order, up to the full amount paid. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ 'ordersRefund' smart constructor.
 data OrdersRefund = OrdersRefund'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Returnlineitem.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Returnlineitem.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Returnlineitem.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Returnlineitem.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Returns a line item.
+-- Returns a line item. This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.returnlineitem@.
 module Network.Google.Resource.Content.Orders.Returnlineitem
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersReturnLineItemRequest :>
                      Post '[JSON] OrdersReturnLineItemResponse
 
--- | Returns a line item.
+-- | Returns a line item. This method can only be called for non-multi-client
+-- accounts.
 --
 -- /See:/ 'ordersReturnlineitem' smart constructor.
 data OrdersReturnlineitem = OrdersReturnlineitem'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Shiplineitems.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Shiplineitems.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Shiplineitems.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Shiplineitems.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Marks line item(s) as shipped.
+-- Marks line item(s) as shipped. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.shiplineitems@.
 module Network.Google.Resource.Content.Orders.Shiplineitems
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersShipLineItemsRequest :>
                      Post '[JSON] OrdersShipLineItemsResponse
 
--- | Marks line item(s) as shipped.
+-- | Marks line item(s) as shipped. This method can only be called for
+-- non-multi-client accounts.
 --
 -- /See:/ 'ordersShiplineitems' smart constructor.
 data OrdersShiplineitems = OrdersShiplineitems'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/UpdatemerchantOrderid.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/UpdatemerchantOrderid.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/UpdatemerchantOrderid.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/UpdatemerchantOrderid.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the merchant order ID for a given order.
+-- Updates the merchant order ID for a given order. This method can only be
+-- called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.updatemerchantorderid@.
 module Network.Google.Resource.Content.Orders.UpdatemerchantOrderid
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersUpdateMerchantOrderIdRequest :>
                      Post '[JSON] OrdersUpdateMerchantOrderIdResponse
 
--- | Updates the merchant order ID for a given order.
+-- | Updates the merchant order ID for a given order. This method can only be
+-- called for non-multi-client accounts.
 --
 -- /See:/ 'ordersUpdatemerchantOrderid' smart constructor.
 data OrdersUpdatemerchantOrderid = OrdersUpdatemerchantOrderid'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Updateshipment.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Updateshipment.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Orders/Updateshipment.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Orders/Updateshipment.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates a shipment\'s status, carrier, and\/or tracking ID.
+-- Updates a shipment\'s status, carrier, and\/or tracking ID. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.orders.updateshipment@.
 module Network.Google.Resource.Content.Orders.Updateshipment
@@ -54,7 +55,8 @@
                    ReqBody '[JSON] OrdersUpdateShipmentRequest :>
                      Post '[JSON] OrdersUpdateShipmentResponse
 
--- | Updates a shipment\'s status, carrier, and\/or tracking ID.
+-- | Updates a shipment\'s status, carrier, and\/or tracking ID. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ 'ordersUpdateshipment' smart constructor.
 data OrdersUpdateshipment = OrdersUpdateshipment'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Custombatch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Custombatch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Custombatch.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Custombatch.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -21,6 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Retrieves, inserts, and deletes multiple products in a single request.
+-- This method can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.products.custombatch@.
 module Network.Google.Resource.Content.Products.Custombatch
@@ -53,6 +54,7 @@
                    Post '[JSON] ProductsCustomBatchResponse
 
 -- | Retrieves, inserts, and deletes multiple products in a single request.
+-- This method can only be called for non-multi-client accounts.
 --
 -- /See:/ 'productsCustombatch' smart constructor.
 data ProductsCustombatch = ProductsCustombatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Delete.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Delete.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Delete.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Delete.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Deletes a product from your Merchant Center account.
+-- Deletes a product from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.products.delete@.
 module Network.Google.Resource.Content.Products.Delete
@@ -52,7 +53,8 @@
                QueryParam "dryRun" Bool :>
                  QueryParam "alt" AltJSON :> Delete '[JSON] ()
 
--- | Deletes a product from your Merchant Center account.
+-- | Deletes a product from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'productsDelete' smart constructor.
 data ProductsDelete = ProductsDelete'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Get.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Get.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves a product from your Merchant Center account.
+-- Retrieves a product from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.products.get@.
 module Network.Google.Resource.Content.Products.Get
@@ -50,7 +51,8 @@
              Capture "productId" Text :>
                QueryParam "alt" AltJSON :> Get '[JSON] Product
 
--- | Retrieves a product from your Merchant Center account.
+-- | Retrieves a product from your Merchant Center account. This method can
+-- only be called for non-multi-client accounts.
 --
 -- /See:/ 'productsGet' smart constructor.
 data ProductsGet = ProductsGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Insert.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Insert.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/Insert.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/Insert.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Uploads a product to your Merchant Center account.
+-- Uploads a product to your Merchant Center account. If an item with the
+-- same channel, contentLanguage, offerId, and targetCountry already
+-- exists, this method updates that entry. This method can only be called
+-- for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.products.insert@.
 module Network.Google.Resource.Content.Products.Insert
@@ -52,7 +55,10 @@
                QueryParam "alt" AltJSON :>
                  ReqBody '[JSON] Product :> Post '[JSON] Product
 
--- | Uploads a product to your Merchant Center account.
+-- | Uploads a product to your Merchant Center account. If an item with the
+-- same channel, contentLanguage, offerId, and targetCountry already
+-- exists, this method updates that entry. This method can only be called
+-- for non-multi-client accounts.
 --
 -- /See:/ 'productsInsert' smart constructor.
 data ProductsInsert = ProductsInsert'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Products/List.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Products/List.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Lists the products in your Merchant Center account.
+-- Lists the products in your Merchant Center account. This method can only
+-- be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.products.list@.
 module Network.Google.Resource.Content.Products.List
@@ -55,7 +56,8 @@
                    QueryParam "alt" AltJSON :>
                      Get '[JSON] ProductsListResponse
 
--- | Lists the products in your Merchant Center account.
+-- | Lists the products in your Merchant Center account. This method can only
+-- be called for non-multi-client accounts.
 --
 -- /See:/ 'productsList' smart constructor.
 data ProductsList = ProductsList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Productstatuses/Custombatch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Productstatuses/Custombatch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Productstatuses/Custombatch.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Productstatuses/Custombatch.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Gets the statuses of multiple products in a single request.
+-- Gets the statuses of multiple products in a single request. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.productstatuses.custombatch@.
 module Network.Google.Resource.Content.Productstatuses.Custombatch
@@ -50,7 +51,8 @@
                ReqBody '[JSON] ProductstatusesCustomBatchRequest :>
                  Post '[JSON] ProductstatusesCustomBatchResponse
 
--- | Gets the statuses of multiple products in a single request.
+-- | Gets the statuses of multiple products in a single request. This method
+-- can only be called for non-multi-client accounts.
 --
 -- /See:/ 'productstatusesCustombatch' smart constructor.
 newtype ProductstatusesCustombatch = ProductstatusesCustombatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Productstatuses/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Productstatuses/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Productstatuses/Get.hs
 2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Productstatuses/Get.hs
 2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Gets the status of a product from your Merchant Center account.
+-- Gets the status of a product from your Merchant Center account. This
+-- method can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.productstatuses.get@.
 module Network.Google.Resource.Content.Productstatuses.Get
@@ -50,7 +51,8 @@
              Capture "productId" Text :>
                QueryParam "alt" AltJSON :> Get '[JSON] ProductStatus
 
--- | Gets the status of a product from your Merchant Center account.
+-- | Gets the status of a product from your Merchant Center account. This
+-- method can only be called for non-multi-client accounts.
 --
 -- /See:/ 'productstatusesGet' smart constructor.
 data ProductstatusesGet = ProductstatusesGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Productstatuses/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Productstatuses/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/Productstatuses/List.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/Productstatuses/List.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,8 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Lists the statuses of the products in your Merchant Center account.
+-- Lists the statuses of the products in your Merchant Center account. This
+-- method can only be called for non-multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.productstatuses.list@.
 module Network.Google.Resource.Content.Productstatuses.List
@@ -55,7 +56,8 @@
                    QueryParam "alt" AltJSON :>
                      Get '[JSON] ProductstatusesListResponse
 
--- | Lists the statuses of the products in your Merchant Center account.
+-- | Lists the statuses of the products in your Merchant Center account. This
+-- method can only be called for non-multi-client accounts.
 --
 -- /See:/ 'productstatusesList' smart constructor.
 data ProductstatusesList = ProductstatusesList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/Get.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/Get.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/Get.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/Get.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Retrieves the shipping settings of the account.
+-- Retrieves the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.shippingsettings.get@.
 module Network.Google.Resource.Content.ShippingSettings.Get
@@ -51,7 +54,10 @@
                QueryParam "alt" AltJSON :>
                  Get '[JSON] ShippingSettings
 
--- | Retrieves the shipping settings of the account.
+-- | Retrieves the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'shippingSettingsGet' smart constructor.
 data ShippingSettingsGet = ShippingSettingsGet'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/List.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/List.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/List.hs
       2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/List.hs
       2017-07-12 16:51:30.000000000 +0200
@@ -21,7 +21,7 @@
 -- Portability : non-portable (GHC extensions)
 --
 -- Lists the shipping settings of the sub-accounts in your Merchant Center
--- account.
+-- account. This method can only be called for multi-client accounts.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.shippingsettings.list@.
 module Network.Google.Resource.Content.ShippingSettings.List
@@ -55,7 +55,7 @@
                    Get '[JSON] ShippingSettingsListResponse
 
 -- | Lists the shipping settings of the sub-accounts in your Merchant Center
--- account.
+-- account. This method can only be called for multi-client accounts.
 --
 -- /See:/ 'shippingSettingsList' smart constructor.
 data ShippingSettingsList = ShippingSettingsList'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/Patch.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/Patch.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/Patch.hs
      2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/Patch.hs
      2017-07-12 16:51:30.000000000 +0200
@@ -20,8 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the shipping settings of the account. This method supports patch
--- semantics.
+-- Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account. This method supports patch semantics.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.shippingsettings.patch@.
 module Network.Google.Resource.Content.ShippingSettings.Patch
@@ -56,8 +58,10 @@
                    ReqBody '[JSON] ShippingSettings :>
                      Patch '[JSON] ShippingSettings
 
--- | Updates the shipping settings of the account. This method supports patch
--- semantics.
+-- | Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account. This method supports patch semantics.
 --
 -- /See:/ 'shippingSettingsPatch' smart constructor.
 data ShippingSettingsPatch = ShippingSettingsPatch'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/Update.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/Update.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/Resource/Content/ShippingSettings/Update.hs
     2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/Resource/Content/ShippingSettings/Update.hs
     2017-07-12 16:51:30.000000000 +0200
@@ -20,7 +20,10 @@
 -- Stability   : auto-generated
 -- Portability : non-portable (GHC extensions)
 --
--- Updates the shipping settings of the account.
+-- Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ <https://developers.google.com/shopping-content Content API for 
Shopping Reference> for @content.shippingsettings.update@.
 module Network.Google.Resource.Content.ShippingSettings.Update
@@ -55,7 +58,10 @@
                    ReqBody '[JSON] ShippingSettings :>
                      Put '[JSON] ShippingSettings
 
--- | Updates the shipping settings of the account.
+-- | Updates the shipping settings of the account. This method can only be
+-- called for accounts to which the managing account has access: either the
+-- managing account itself or sub-accounts if the managing account is a
+-- multi-client account.
 --
 -- /See:/ 'shippingSettingsUpdate' smart constructor.
 data ShippingSettingsUpdate = ShippingSettingsUpdate'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/ShoppingContent/Types/Product.hs
 
new/gogol-shopping-content-0.3.0/gen/Network/Google/ShoppingContent/Types/Product.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/ShoppingContent/Types/Product.hs
        2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/ShoppingContent/Types/Product.hs
        2017-07-12 16:51:30.000000000 +0200
@@ -292,8 +292,8 @@
 -- | If set, this indicates the user explicitly chose to opt in or out of
 -- providing marketing rights to the merchant. If unset, this indicates the
 -- user has already made this choice in a previous purchase, and was thus
--- not shown the marketing right opt in\/out checkbox during the Purchases
--- on Google checkout flow. Optional.
+-- not shown the marketing right opt in\/out checkbox during the checkout
+-- flow. Optional.
 tocExplicitMarketingPreference :: Lens' TestOrderCustomer (Maybe Bool)
 tocExplicitMarketingPreference
   = lens _tocExplicitMarketingPreference
@@ -4760,11 +4760,11 @@
 aaWebsiteURL
   = lens _aaWebsiteURL (\ s a -> s{_aaWebsiteURL = a})
 
--- | List of linked AdWords accounts, active or pending approval. To create a
--- new link request, add a new link with status active to the list. It will
--- remain is state pending until approved or rejected in the AdWords
--- interface. To delete an active link or to cancel a link request, remove
--- it from the list.
+-- | List of linked AdWords accounts that are active or pending approval. To
+-- create a new link request, add a new link with status active to the
+-- list. It will remain in a pending state until approved or rejected
+-- either in the AdWords interface or through the AdWords API. To delete an
+-- active link, or to cancel a link request, remove it from the list.
 aaAdwordsLinks :: Lens' Account [AccountAdwordsLink]
 aaAdwordsLinks
   = lens _aaAdwordsLinks
@@ -4814,6 +4814,7 @@
     , _isrInstallment            :: !(Maybe Installment)
     , _isrSalePrice              :: !(Maybe Price)
     , _isrAvailability           :: !(Maybe Text)
+    , _isrPickup                 :: !(Maybe InventoryPickup)
     , _isrSalePriceEffectiveDate :: !(Maybe Text)
     , _isrSellOnGoogleQuantity   :: !(Maybe (Textual Word32))
     , _isrPrice                  :: !(Maybe Price)
@@ -4833,6 +4834,8 @@
 --
 -- * 'isrAvailability'
 --
+-- * 'isrPickup'
+--
 -- * 'isrSalePriceEffectiveDate'
 --
 -- * 'isrSellOnGoogleQuantity'
@@ -4847,6 +4850,7 @@
     , _isrInstallment = Nothing
     , _isrSalePrice = Nothing
     , _isrAvailability = Nothing
+    , _isrPickup = Nothing
     , _isrSalePriceEffectiveDate = Nothing
     , _isrSellOnGoogleQuantity = Nothing
     , _isrPrice = Nothing
@@ -4883,6 +4887,15 @@
   = lens _isrAvailability
       (\ s a -> s{_isrAvailability = a})
 
+-- | Store pickup information. Only supported for local inventory. Not
+-- setting pickup means \"don\'t update\" while setting it to the empty
+-- value ({} in JSON) means \"delete\". Otherwise, pickupMethod and
+-- pickupSla must be set together, unless pickupMethod is \"not
+-- supported\".
+isrPickup :: Lens' InventorySetRequest (Maybe InventoryPickup)
+isrPickup
+  = lens _isrPickup (\ s a -> s{_isrPickup = a})
+
 -- | A date range represented by a pair of ISO 8601 dates separated by a
 -- space, comma, or slash. Both dates might be specified as \'null\' if
 -- undecided.
@@ -4912,6 +4925,7 @@
                      (o .:? "installment")
                      <*> (o .:? "salePrice")
                      <*> (o .:? "availability")
+                     <*> (o .:? "pickup")
                      <*> (o .:? "salePriceEffectiveDate")
                      <*> (o .:? "sellOnGoogleQuantity")
                      <*> (o .:? "price"))
@@ -4925,6 +4939,7 @@
                   ("installment" .=) <$> _isrInstallment,
                   ("salePrice" .=) <$> _isrSalePrice,
                   ("availability" .=) <$> _isrAvailability,
+                  ("pickup" .=) <$> _isrPickup,
                   ("salePriceEffectiveDate" .=) <$>
                     _isrSalePriceEffectiveDate,
                   ("sellOnGoogleQuantity" .=) <$>
@@ -7171,8 +7186,8 @@
 -- | If set, this indicates the user explicitly chose to opt in or out of
 -- providing marketing rights to the merchant. If unset, this indicates the
 -- user has already made this choice in a previous purchase, and was thus
--- not shown the marketing right opt in\/out checkbox during the Purchases
--- on Google checkout flow.
+-- not shown the marketing right opt in\/out checkbox during the checkout
+-- flow.
 ocExplicitMarketingPreference :: Lens' OrderCustomer (Maybe Bool)
 ocExplicitMarketingPreference
   = lens _ocExplicitMarketingPreference
@@ -7404,6 +7419,7 @@
     , _iInstallment            :: !(Maybe Installment)
     , _iSalePrice              :: !(Maybe Price)
     , _iAvailability           :: !(Maybe Text)
+    , _iPickup                 :: !(Maybe InventoryPickup)
     , _iSalePriceEffectiveDate :: !(Maybe Text)
     , _iSellOnGoogleQuantity   :: !(Maybe (Textual Word32))
     , _iPrice                  :: !(Maybe Price)
@@ -7425,6 +7441,8 @@
 --
 -- * 'iAvailability'
 --
+-- * 'iPickup'
+--
 -- * 'iSalePriceEffectiveDate'
 --
 -- * 'iSellOnGoogleQuantity'
@@ -7440,6 +7458,7 @@
     , _iInstallment = Nothing
     , _iSalePrice = Nothing
     , _iAvailability = Nothing
+    , _iPickup = Nothing
     , _iSalePriceEffectiveDate = Nothing
     , _iSellOnGoogleQuantity = Nothing
     , _iPrice = Nothing
@@ -7480,6 +7499,14 @@
   = lens _iAvailability
       (\ s a -> s{_iAvailability = a})
 
+-- | Store pickup information. Only supported for local inventory. Not
+-- setting pickup means \"don\'t update\" while setting it to the empty
+-- value ({} in JSON) means \"delete\". Otherwise, pickupMethod and
+-- pickupSla must be set together, unless pickupMethod is \"not
+-- supported\".
+iPickup :: Lens' Inventory (Maybe InventoryPickup)
+iPickup = lens _iPickup (\ s a -> s{_iPickup = a})
+
 -- | A date range represented by a pair of ISO 8601 dates separated by a
 -- space, comma, or slash. Both dates might be specified as \'null\' if
 -- undecided.
@@ -7511,6 +7538,7 @@
                      <*> (o .:? "installment")
                      <*> (o .:? "salePrice")
                      <*> (o .:? "availability")
+                     <*> (o .:? "pickup")
                      <*> (o .:? "salePriceEffectiveDate")
                      <*> (o .:? "sellOnGoogleQuantity")
                      <*> (o .:? "price"))
@@ -7525,6 +7553,7 @@
                   ("installment" .=) <$> _iInstallment,
                   ("salePrice" .=) <$> _iSalePrice,
                   ("availability" .=) <$> _iAvailability,
+                  ("pickup" .=) <$> _iPickup,
                   ("salePriceEffectiveDate" .=) <$>
                     _iSalePriceEffectiveDate,
                   ("sellOnGoogleQuantity" .=) <$>
@@ -11143,6 +11172,58 @@
                  [Just ("kind" .= _oumoirKind),
                   ("executionStatus" .=) <$> _oumoirExecutionStatus])
 
+--
+-- /See:/ 'inventoryPickup' smart constructor.
+data InventoryPickup = InventoryPickup'
+    { _ipPickupSla    :: !(Maybe Text)
+    , _ipPickupMethod :: !(Maybe Text)
+    } deriving (Eq,Show,Data,Typeable,Generic)
+
+-- | Creates a value of 'InventoryPickup' with the minimum fields required to 
make a request.
+--
+-- Use one of the following lenses to modify other fields as desired:
+--
+-- * 'ipPickupSla'
+--
+-- * 'ipPickupMethod'
+inventoryPickup
+    :: InventoryPickup
+inventoryPickup =
+    InventoryPickup'
+    { _ipPickupSla = Nothing
+    , _ipPickupMethod = Nothing
+    }
+
+-- | The expected date that an order will be ready for pickup, relative to
+-- when the order is placed. Only supported for local inventory. Must be
+-- submitted together with pickupMethod.
+ipPickupSla :: Lens' InventoryPickup (Maybe Text)
+ipPickupSla
+  = lens _ipPickupSla (\ s a -> s{_ipPickupSla = a})
+
+-- | Whether store pickup is available for this offer and whether the pickup
+-- option should be shown as buy, reserve, or not supported. Only supported
+-- for local inventory. Unless the value is \"not supported\", must be
+-- submitted together with pickupSla.
+ipPickupMethod :: Lens' InventoryPickup (Maybe Text)
+ipPickupMethod
+  = lens _ipPickupMethod
+      (\ s a -> s{_ipPickupMethod = a})
+
+instance FromJSON InventoryPickup where
+        parseJSON
+          = withObject "InventoryPickup"
+              (\ o ->
+                 InventoryPickup' <$>
+                   (o .:? "pickupSla") <*> (o .:? "pickupMethod"))
+
+instance ToJSON InventoryPickup where
+        toJSON InventoryPickup'{..}
+          = object
+              (catMaybes
+                 [("pickupSla" .=) <$> _ipPickupSla,
+                  ("pickupMethod" .=) <$> _ipPickupMethod])
+
 -- | An example occurrence for a particular error.
 --
 -- /See:/ 'datafeedStatusExample' smart constructor.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/ShoppingContent/Types.hs 
new/gogol-shopping-content-0.3.0/gen/Network/Google/ShoppingContent/Types.hs
--- 
old/gogol-shopping-content-0.1.1/gen/Network/Google/ShoppingContent/Types.hs    
    2016-11-03 14:26:28.000000000 +0100
+++ 
new/gogol-shopping-content-0.3.0/gen/Network/Google/ShoppingContent/Types.hs    
    2017-07-12 16:51:30.000000000 +0200
@@ -563,6 +563,7 @@
     , isrInstallment
     , isrSalePrice
     , isrAvailability
+    , isrPickup
     , isrSalePriceEffectiveDate
     , isrSellOnGoogleQuantity
     , isrPrice
@@ -847,6 +848,7 @@
     , iInstallment
     , iSalePrice
     , iAvailability
+    , iPickup
     , iSalePriceEffectiveDate
     , iSellOnGoogleQuantity
     , iPrice
@@ -1220,6 +1222,12 @@
     , oumoirKind
     , oumoirExecutionStatus
 
+    -- * InventoryPickup
+    , InventoryPickup
+    , inventoryPickup
+    , ipPickupSla
+    , ipPickupMethod
+
     -- * DatafeedStatusExample
     , DatafeedStatusExample
     , datafeedStatusExample
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gen/Network/Google/ShoppingContent.hs 
new/gogol-shopping-content-0.3.0/gen/Network/Google/ShoppingContent.hs
--- old/gogol-shopping-content-0.1.1/gen/Network/Google/ShoppingContent.hs      
2016-11-03 14:26:28.000000000 +0100
+++ new/gogol-shopping-content-0.3.0/gen/Network/Google/ShoppingContent.hs      
2017-07-12 16:51:30.000000000 +0200
@@ -759,6 +759,7 @@
     , isrInstallment
     , isrSalePrice
     , isrAvailability
+    , isrPickup
     , isrSalePriceEffectiveDate
     , isrSellOnGoogleQuantity
     , isrPrice
@@ -1043,6 +1044,7 @@
     , iInstallment
     , iSalePrice
     , iAvailability
+    , iPickup
     , iSalePriceEffectiveDate
     , iSellOnGoogleQuantity
     , iPrice
@@ -1416,6 +1418,12 @@
     , oumoirKind
     , oumoirExecutionStatus
 
+    -- ** InventoryPickup
+    , InventoryPickup
+    , inventoryPickup
+    , ipPickupSla
+    , ipPickupMethod
+
     -- ** DatafeedStatusExample
     , DatafeedStatusExample
     , datafeedStatusExample
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-shopping-content-0.1.1/gogol-shopping-content.cabal 
new/gogol-shopping-content-0.3.0/gogol-shopping-content.cabal
--- old/gogol-shopping-content-0.1.1/gogol-shopping-content.cabal       
2016-11-03 14:26:28.000000000 +0100
+++ new/gogol-shopping-content-0.3.0/gogol-shopping-content.cabal       
2017-07-12 16:51:30.000000000 +0200
@@ -1,5 +1,5 @@
 name:                  gogol-shopping-content
-version:               0.1.1
+version:               0.3.0
 synopsis:              Google Content API for Shopping SDK.
 homepage:              https://github.com/brendanhay/gogol
 bug-reports:           https://github.com/brendanhay/gogol/issues
@@ -104,5 +104,5 @@
         , Network.Google.ShoppingContent.Types.Sum
 
     build-depends:
-          gogol-core == 0.1.1.*
+          gogol-core == 0.3.0.*
         , base       >= 4.7 && < 5


Reply via email to